about summary refs log tree commit diff stats
path: root/src/ui
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-01-03 01:32:37 +0000
committerJames Booth <boothj5@gmail.com>2016-01-03 01:32:37 +0000
commit4f35b114718880b5ca0449a8e4cc7c81dcae22da (patch)
treed212e883656aebc0c94cc3a4201d65734f34482b /src/ui
parent3d9e86057466936970592dfd8938cc6eb393911b (diff)
downloadprofani-tty-4f35b114718880b5ca0449a8e4cc7c81dcae22da.tar.gz
End OTR session when recipient goes offline
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/core.c b/src/ui/core.c
index 362a1ac8..a4e5814a 100644
--- a/src/ui/core.c
+++ b/src/ui/core.c
@@ -992,7 +992,7 @@ ui_contact_offline(char *barejid, char *resource, char *status)
                     chatwin_contact_offline(chatwin, resource, status);
                 }
 
-            // show in char win if "online" and presence online
+            // show in chat win if "online" and presence online
             } else if (g_strcmp0(show_chat_win, "online") == 0) {
                 ProfChatWin *chatwin = wins_get_chat(barejid);
                 if (chatwin) {