1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-22 19:45:54 -04:00

Set window active instead of new on room subject

This commit is contained in:
James Booth 2014-08-18 23:00:24 +01:00
parent d8f92e12a0
commit 30574e5334

View File

@ -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);
}
}