Show error text if received

This commit is contained in:
James Booth
2012-11-10 02:28:38 +00:00
parent a5082a54bd
commit 7799623b4a
4 changed files with 33 additions and 21 deletions

View File

@@ -1093,6 +1093,7 @@ _cmd_close(const char * const inp, struct cmd_help_t help)
if (win_in_groupchat()) {
char *room_jid = win_get_recipient();
jabber_leave_chat_room(room_jid);
win_close_win();
} else if (win_in_chat()) {
if (prefs_get_states()) {