diff options
author | TingPing <tingping@tingping.se> | 2013-04-13 23:03:54 -0400 |
---|---|---|
committer | TingPing <tingping@tingping.se> | 2013-04-13 23:03:54 -0400 |
commit | e67371d269eab88bb684a7c5d5e37190cdf805dd (patch) | |
tree | 2d6bdb0f31a8d74a5d6bbeebfb1d2009a4aaec6f /src/fe-gtk/setup.c | |
parent | a99654957759e39c3272c1b4fa7c0deb5d85c4e6 (diff) |
Add option for omitting alerts while focused
Diffstat (limited to 'src/fe-gtk/setup.c')
-rw-r--r-- | src/fe-gtk/setup.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fe-gtk/setup.c b/src/fe-gtk/setup.c index 66fa16b8..abf05d13 100644 --- a/src/fe-gtk/setup.c +++ b/src/fe-gtk/setup.c @@ -431,6 +431,7 @@ static const setting alert_settings[] = {ST_3OGGLE, N_("Make a beep sound on:"), 0, 0, (void *)beeplist, 0}, {ST_TOGGLE, N_("Omit alerts when marked as being away"), P_OFFINTNL(hex_away_omit_alerts), 0, 0, 0}, + {ST_TOGGLE, N_("Omit alerts while the window is focused"), P_OFFINTNL(hex_gui_focus_omitalerts), 0, 0, 0}, {ST_HEADER, N_("Tray Behavior"), 0, 0, 0}, #ifdef WIN32 @@ -466,6 +467,7 @@ static const setting alert_settings_unity[] = {ST_3OGGLE, N_("Make a beep sound on:"), 0, 0, (void *)beeplist, 0}, {ST_TOGGLE, N_("Omit alerts when marked as being away"), P_OFFINTNL(hex_away_omit_alerts), 0, 0, 0}, + {ST_TOGGLE, N_("Omit alerts while the window is focused"), P_OFFINTNL(hex_gui_focus_omitalerts), 0, 0, 0}, {ST_HEADER, N_("Highlighted Messages"),0,0,0}, {ST_LABEL, N_("Highlighted messages are ones where your nickname is mentioned, but also:"), 0, 0, 0, 1}, |