Added room specific notify settings

This commit is contained in:
James Booth
2015-11-28 00:15:53 +00:00
parent ff2b19e3f9
commit 60305de0d9
7 changed files with 328 additions and 110 deletions

View File

@@ -54,7 +54,7 @@ privwin_incoming_msg(ProfPrivateWin *privatewin, const char *const message, GDat
char *display_from = get_nick_from_full_jid(privatewin->fulljid);
gboolean is_current = wins_is_current(window);
gboolean notify = prefs_get_notify_chat(is_current, message);
gboolean notify = prefs_do_chat_notify(is_current, message);
// currently viewing chat window with sender
if (wins_is_current(window)) {