Sophie

Sophie

distrib > Mageia > 1 > i586 > media > core-updates-src > by-pkgid > 00483d81de16d6155bb71015324df6f6 > files > 13

kdebase4-workspace-4.6.5-1.3.mga1.src.rpm

Index: plasma/generic/applets/battery/battery.cpp
===================================================================
--- plasma/generic/applets/battery/battery.cpp	(revision 1202613)
+++ plasma/generic/applets/battery/battery.cpp	(working copy)
@@ -181,7 +181,7 @@
 void Battery::configChanged()
 {
     KConfigGroup cg = config();
-    m_showBatteryLabel = cg.readEntry("showBatteryString", false);
+    m_showBatteryLabel = cg.readEntry("showBatteryString", true);
     m_showRemainingTime = cg.readEntry("showRemainingTime", false);
     m_showMultipleBatteries = cg.readEntry("showMultipleBatteries", false);