about summary refs log tree commit diff stats
path: root/src/server_events.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-01-21 00:16:37 +0000
committerJames Booth <boothj5@gmail.com>2014-01-21 00:16:37 +0000
commit0e2fbeb350f667ee6c4f86e49e320cc4cd9a5cc5 (patch)
tree91cd7a169229c772bd5844de37bb3b1d45c3760f /src/server_events.c
parenta8c356e1917fba762ce7b88d88c92e2801efdef8 (diff)
downloadprofani-tty-0e2fbeb350f667ee6c4f86e49e320cc4cd9a5cc5.tar.gz
Added statuses settings to prefs output
Diffstat (limited to 'src/server_events.c')
-rw-r--r--src/server_events.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server_events.c b/src/server_events.c
index e6d44dbe..3bea8c02 100644
--- a/src/server_events.c
+++ b/src/server_events.c
@@ -312,7 +312,7 @@ handle_contact_offline(char *barejid, char *resource, char *status)
                 } else if (g_strcmp0(show_console, "online") == 0) {
                     cons_show_contact_offline(contact, resource, status);
                 }
-                
+
                 // show in chat win if "all"
                 if (g_strcmp0(show_chat_win, "all") == 0) {
                     ui_chat_win_contact_offline(contact, resource, status);