diff --git a/dunst.c b/dunst.c index cf18d03..db0fb1f 100644 --- a/dunst.c +++ b/dunst.c @@ -1120,7 +1120,7 @@ void history_pop(void) g_queue_push_head(queue, n); if (!visible) { - map_win(); + wake_up(); } }