fix broken window update for history

This commit is contained in:
progandy 2013-05-27 19:43:30 +02:00
parent 9d981e1fd7
commit 5b3a46e2ec

View File

@ -168,9 +168,7 @@ void history_pop(void)
n->timeout = settings.sticky_history ? 0 : n->timeout;
g_queue_push_head(queue, n);
if (!xctx.visible) {
wake_up();
}
wake_up();
}
void wake_up(void)