call wake_up() in history_pop()

This commit is contained in:
Sascha Kruse 2013-02-19 23:09:42 +00:00
parent 1684e1ac30
commit e56dbae718

View File

@ -1120,7 +1120,7 @@ void history_pop(void)
g_queue_push_head(queue, n);
if (!visible) {
map_win();
wake_up();
}
}