Clear window title bar on exit

This commit is contained in:
James Booth
2014-04-03 21:13:59 +01:00
parent e083e20313
commit 95c081666a
3 changed files with 9 additions and 0 deletions

View File

@@ -313,6 +313,7 @@ _init(const int disable_tls, char *log_level)
static void
_shutdown(void)
{
ui_clear_win_title();
ui_close_all_wins();
jabber_disconnect();
jabber_shutdown();