about summary refs log tree commit diff stats
path: root/src/jabber.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-10-27 22:05:08 +0100
committerJames Booth <boothj5@gmail.com>2012-10-27 22:05:08 +0100
commitc71259c322973b23e808fbcfbcd2613c7b41eb83 (patch)
treeb29d3dd61b6c9df9496256e4014f5442c6ba1971 /src/jabber.c
parent7ba66d7edbb7f028e6c4bdb0f60da9b529b67f98 (diff)
downloadprofani-tty-c71259c322973b23e808fbcfbcd2613c7b41eb83.tar.gz
Unified desktop notification preferences
Diffstat (limited to 'src/jabber.c')
-rw-r--r--src/jabber.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jabber.c b/src/jabber.c
index e6436f91..9e1b2461 100644
--- a/src/jabber.c
+++ b/src/jabber.c
@@ -290,7 +290,7 @@ _message_handler(xmpp_conn_t * const conn,
     // if no message, check for chatstates
     if (body == NULL) {
 
-        if (prefs_get_typing()) {
+        if (prefs_get_notify_typing()) {
             if (xmpp_stanza_get_child_by_name(stanza, "active") != NULL) {
                 // active
             } else if (xmpp_stanza_get_child_by_name(stanza, "composing") != NULL) {