Shutdown now correctly handles connection

This commit is contained in:
James Booth
2012-09-23 19:26:07 +01:00
parent d136298f96
commit 6d329343dc
9 changed files with 7 additions and 13 deletions

View File

@@ -141,7 +141,6 @@ gui_refresh(void)
void
gui_close(void)
{
log_info("Closing UI");
endwin();
}
@@ -799,6 +798,7 @@ _win_show_time(WINDOW *win)
gchar *date_fmt = g_date_time_format(time, "%H:%M");
wprintw(win, "%s - ", date_fmt);
g_date_time_unref(time);
g_free(date_fmt);
}
static void