--- a/finch/libgnt/gntws.c Tue May 06 19:38:50 2014 +0200 +++ b/finch/libgnt/gntws.c Tue May 06 20:07:13 2014 +0200 @@ -62,6 +62,8 @@ if (gnt_is_refugee()) return; + g_return_if_fail(ws != NULL); + if (taskbar == NULL) { taskbar = newwin(1, getmaxx(stdscr), getmaxy(stdscr) - 1, 0); } else if (reposition) {