about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-08-18 23:00:24 +0100
committerJames Booth <boothj5@gmail.com>2014-08-18 23:00:24 +0100
commit30574e5334bd92ec4af4d6cff1c7ed9cacc7dde4 (patch)
tree468c0facf5e585cff5fbd1e1f3a89f5da24e7936
parentd8f92e12a018625aac4e09b76d2379bcff38e8a7 (diff)
downloadprofani-tty-30574e5334bd92ec4af4d6cff1c7ed9cacc7dde4.tar.gz
Set window active instead of new on room subject
-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 7c8bc5cc..580f8691 100644
--- a/src/ui/core.c
+++ b/src/ui/core.c
@@ -1716,7 +1716,7 @@ _ui_room_subject(const char * const room_jid, const char * const subject)
 
     // not currenlty on groupchat window
     } else {
-        status_bar_new(num);
+        status_bar_active(num);
     }
 }