Sophie

Sophie

distrib > Mandriva > 2010.2 > i586 > by-pkgid > ce2e75decdd057e5c961fad858af3221 > files > 23

kdebase4-workspace-4.4.5-0.2mdv2010.2.src.rpm

Index: workspace/plasma/generic/applets/battery/battery.cpp
===================================================================
--- workspace/plasma/generic/applets/battery/battery.cpp        (révision 1104288)
+++ workspace/plasma/generic/applets/battery/battery.cpp        (copie de travail)
@@ -121,7 +121,7 @@
 {
     setHasConfigurationInterface(true);
     KConfigGroup cg = config();
-    m_showBatteryString = cg.readEntry("showBatteryString", false);
+    m_showBatteryString = cg.readEntry("showBatteryString", true);
     m_showRemainingTime = cg.readEntry("showRemainingTime", false);
     m_showMultipleBatteries = cg.readEntry("showMultipleBatteries", false);