1
1
mirror of https://github.com/profanity-im/profanity.git synced 2025-02-02 15:08:15 -05:00

windows: set dirty in win_show_error_msg

This commit is contained in:
Dmitry Podgorny 2012-10-18 18:24:09 +03:00
parent bfc9e9a72e
commit 1aff8a2144

View File

@ -318,6 +318,9 @@ win_show_error_msg(const char * const from, const char *err_msg)
win = _wins[win_index].win;
_win_show_time(win);
_win_show_error_msg(win, err_msg);
if (win_index == _curr_prof_win) {
dirty = TRUE;
}
}
}