diff options
author | RichardHitt <rbh00@netcom.com> | 2013-01-04 17:43:35 -0800 |
---|---|---|
committer | RichardHitt <rbh00@netcom.com> | 2013-01-04 17:43:35 -0800 |
commit | 0ecbeb71522b51d9e3cd943ec67f52305d917287 (patch) | |
tree | f16e42879b6da414d8b5bb0fd18917dd3491e237 /src/fe-gtk/setup.c | |
parent | fa97379f785fc7bc3ab5fd704c5361561d193047 (diff) | |
parent | af92429ea05918dfa2502eb3ba2323b1423870cb (diff) |
Merge pull request #337 from TingPing/tray
add even more tray icon changes
Diffstat (limited to 'src/fe-gtk/setup.c')
-rw-r--r-- | src/fe-gtk/setup.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fe-gtk/setup.c b/src/fe-gtk/setup.c index df31376d..87a943a5 100644 --- a/src/fe-gtk/setup.c +++ b/src/fe-gtk/setup.c @@ -435,6 +435,7 @@ static const setting alert_settings[] = {ST_TOGGLE, N_("Enable system tray icon"), P_OFFINTNL(hex_gui_tray), 0, 0, 0}, {ST_TOGGLE, N_("Minimize to tray"), P_OFFINTNL(hex_gui_tray_minimize), 0, 0, 0}, {ST_TOGGLE, N_("Close to tray"), P_OFFINTNL(hex_gui_tray_close), 0, 0, 0}, + {ST_TOGGLE, N_("Automatically mark away/back"), P_OFFINTNL(hex_gui_tray_away), N_("When hiding to tray automatically change status."), 0, 0}, #ifndef WIN32 {ST_TOGGLE, N_("Only show tray balloons when hidden or iconified"), P_OFFINTNL(hex_gui_tray_quiet), 0, 0, 0}, #endif |