Explode gui_tray_flags

This commit is contained in:
Berke Viktor
2012-11-10 19:29:12 +01:00
parent 5781cd0c44
commit 4756078263
5 changed files with 18 additions and 7 deletions
+1 -1
View File
@@ -148,7 +148,7 @@ fe_tray_set_balloon (const char *title, const char *text)
return;
/* bit 1 of flags means "no balloons unless hidden/iconified" */
if (ws != WS_HIDDEN && (prefs.hex_gui_tray_flags & 2))
if (ws != WS_HIDDEN && prefs.hex_gui_tray_quiet)
return;
/* FIXME: this should close the current balloon */