about summary refs log tree commit diff stats
path: root/src/windows.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-11-07 00:02:43 +0000
committerJames Booth <boothj5@gmail.com>2012-11-07 00:02:43 +0000
commit7c85f0fcb20254867e4ad2f96d4f336523c09db6 (patch)
treead5531f1eb178f2c41657b016500a39bbe310d09 /src/windows.c
parent3436a2245d308373068a1be8b9826fd7d3cf0ada (diff)
downloadprofani-tty-7c85f0fcb20254867e4ad2f96d4f336523c09db6.tar.gz
room_chat: rename room_is_active
Diffstat (limited to 'src/windows.c')
-rw-r--r--src/windows.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/windows.c b/src/windows.c
index bcbff5dd..1f49c540 100644
--- a/src/windows.c
+++ b/src/windows.c
@@ -200,7 +200,7 @@ win_in_chat(void)
 int
 win_in_groupchat(void)
 {
-    if (room_jid_is_room_chat(_wins[_curr_prof_win].from)) {
+    if (room_is_active(_wins[_curr_prof_win].from)) {
         return 1;
     } else {
         return 0;