about summary refs log tree commit diff stats
path: root/src/ui/chatwin.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-11-28 00:15:53 +0000
committerJames Booth <boothj5@gmail.com>2015-11-28 00:15:53 +0000
commit60305de0d979bc09669ab1215d3642e2daa5f045 (patch)
tree8c5b23d0fde1c44f58540b1850ce65b31625906b /src/ui/chatwin.c
parentff2b19e3f917e343ec4c8f8cd9f0cef3dc9ed94f (diff)
downloadprofani-tty-60305de0d979bc09669ab1215d3642e2daa5f045.tar.gz
Added room specific notify settings
Diffstat (limited to 'src/ui/chatwin.c')
-rw-r--r--src/ui/chatwin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/chatwin.c b/src/ui/chatwin.c
index c8cee66b..84e4a40a 100644
--- a/src/ui/chatwin.c
+++ b/src/ui/chatwin.c
@@ -240,7 +240,7 @@ chatwin_incoming_msg(ProfChatWin *chatwin, const char *const resource, const cha
     char *display_name = roster_get_msg_display_name(chatwin->barejid, resource);
 
     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)) {