summaryrefslogtreecommitdiff
path: root/src/xfpm-xfconf.c
diff options
context:
space:
mode:
authorAli Abdallah <ali.slackware@gmail.com>2009-07-27 06:50:10 +0000
committerAli Abdallah <ali.slackware@gmail.com>2009-07-27 06:50:10 +0000
commite41924f03d279196148666b1f097bc3bfef49979 (patch)
treeeaa42934d8835e4f092af1cf7e99489ed706beb2 /src/xfpm-xfconf.c
parentdd50408a0130cf2603683e6073d8ff12f667c1bb (diff)
downloadixfce4-power-manager-e41924f03d279196148666b1f097bc3bfef49979.tar.gz
* src/xfpm-battery.c don't notify when starting up.
* src/xfpm-engine.c fix a typo output message. * src/xfpm-session.c Add error checking for getting DBus connection. * src/xfpm-shutdown.c more verbosity. * src/xfpm-main.c don't exit on SIGHUP. * src/xfpm-manager.c exits if we fail to get primary name owner of org.freedesktop.PowerManagement. * libxfpm/xfpm-common.c use xdg-open first to open links. * Another patch to the interface file by Josef Havran. * Add the possibility to don't show a tray icon bug 5613. (Old svn revision: 7848)
Diffstat (limited to 'src/xfpm-xfconf.c')
-rw-r--r--src/xfpm-xfconf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xfpm-xfconf.c b/src/xfpm-xfconf.c
index bac0b5b2..63a6fed4 100644
--- a/src/xfpm-xfconf.c
+++ b/src/xfpm-xfconf.c
@@ -269,7 +269,7 @@ xfpm_xfconf_class_init (XfpmXfconfClass *klass)
g_param_spec_uint (SHOW_TRAY_ICON_CFG,
NULL, NULL,
SHOW_ICON_ALWAYS,
- SHOW_ICON_WHEN_BATTERY_CHARGING_DISCHARGING,
+ NEVER_SHOW_ICON,
SHOW_ICON_WHEN_BATTERY_PRESENT,
G_PARAM_READWRITE));