diff options
author | James Booth <boothj5@gmail.com> | 2014-08-18 23:00:24 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2014-08-18 23:00:24 +0100 |
commit | 30574e5334bd92ec4af4d6cff1c7ed9cacc7dde4 (patch) | |
tree | 468c0facf5e585cff5fbd1e1f3a89f5da24e7936 /src | |
parent | d8f92e12a018625aac4e09b76d2379bcff38e8a7 (diff) | |
download | profani-tty-30574e5334bd92ec4af4d6cff1c7ed9cacc7dde4.tar.gz |
Set window active instead of new on room subject
Diffstat (limited to 'src')
-rw-r--r-- | src/ui/core.c | 2 |
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); } } |