1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-12-04 14:46:46 -05:00

Close config win

This commit is contained in:
James Booth 2014-09-11 23:23:13 +01:00
parent 2fc9e3e1cf
commit a133384ef7

View File

@ -1893,6 +1893,8 @@ cmd_room(gchar **args, struct cmd_help_t help)
iq_room_config_cancel(room);
}
wins_close_current();
current = wins_get_by_recipient(room);
if (current == NULL) {
current = wins_get_console();