[Xfce4-commits] <xfce4-power-manager:nick/upower-session> Do not initially hide the tray battery.
Nick Schermer
noreply at xfce.org
Fri Mar 23 18:42:01 CET 2012
Updating branch refs/heads/nick/upower-session
to eb486dcfb788c8ec36f07b2015481e590ea24ede (commit)
from 147fff7f5aae2c795233e120836d6bfd5f136d45 (commit)
commit eb486dcfb788c8ec36f07b2015481e590ea24ede
Author: Nick Schermer <nick at xfce.org>
Date: Fri Mar 23 18:40:43 2012 +0100
Do not initially hide the tray battery.
src/xfpm-power.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/src/xfpm-power.c b/src/xfpm-power.c
index aa1a0f2..cbeb8bd 100644
--- a/src/xfpm-power.c
+++ b/src/xfpm-power.c
@@ -534,7 +534,6 @@ xfpm_power_add_device (XfpmPower *power, UpDevice *device)
case UP_DEVICE_KIND_KEYBOARD:
case UP_DEVICE_KIND_PHONE:
battery = xfpm_battery_new (device);
- gtk_status_icon_set_visible (battery, FALSE);
g_signal_connect (battery, "popup-menu",
G_CALLBACK (xfpm_power_show_tray_menu_battery), power);
More information about the Xfce4-commits
mailing list