set a nice title (instead of empty) on shutdown

This commit is contained in:
Will Song
2014-12-29 20:05:50 -06:00
parent e7ddff61dc
commit 3561ff4d97
3 changed files with 8 additions and 1 deletions

View File

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