mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
Fixed win_handle_error_message
This commit is contained in:
parent
4cc4461c0f
commit
98b1b96e59
@ -314,8 +314,10 @@ win_handle_error_message(ProfWin *window, const char * const from,
|
|||||||
case WIN_DUCK:
|
case WIN_DUCK:
|
||||||
case WIN_CONSOLE:
|
case WIN_CONSOLE:
|
||||||
handled = FALSE;
|
handled = FALSE;
|
||||||
|
break;
|
||||||
case WIN_MUC:
|
case WIN_MUC:
|
||||||
handled = _muc_handle_error_message(window, from, err_msg);
|
handled = _muc_handle_error_message(window, from, err_msg);
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
assert(FALSE);
|
assert(FALSE);
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user