From e56dbae718e3c4e6d6ac5bd4bc65f1c016399813 Mon Sep 17 00:00:00 2001 From: Sascha Kruse Date: Tue, 19 Feb 2013 23:09:42 +0000 Subject: [PATCH] call wake_up() in history_pop() --- dunst.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); } }