[Goodies-commits] r5669 - xfce4-power-manager/trunk/src

Ali Abdallah aliov at xfce.org
Fri Oct 17 15:43:45 CEST 2008


Author: aliov
Date: 2008-10-17 13:43:45 +0000 (Fri, 17 Oct 2008)
New Revision: 5669

Modified:
   xfce4-power-manager/trunk/src/xfpm-battery-icon.c
Log:
Fix empty notification

Modified: xfce4-power-manager/trunk/src/xfpm-battery-icon.c
===================================================================
--- xfce4-power-manager/trunk/src/xfpm-battery-icon.c	2008-10-17 12:43:41 UTC (rev 5668)
+++ xfce4-power-manager/trunk/src/xfpm-battery-icon.c	2008-10-17 13:43:45 UTC (rev 5669)
@@ -347,6 +347,10 @@
             {
                 message = battery_icon->type == PRIMARY ? _("You are running on Battery"):_("Battery is discharging");
             }
+            else
+            {
+                message = _("Your battery is discharging");
+            }
 #endif      
             break;
         case CHARGING:




More information about the Goodies-commits mailing list