From 1f417792d6231c3a2080f4e9b46abd9c36ccbd5e Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Wed, 30 Mar 2016 16:20:49 -0400 Subject: [PATCH] reshuffle notifications on replace --- src/modules/notification/e_mod_popup.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modules/notification/e_mod_popup.c b/src/modules/notification/e_mod_popup.c index de86673c0..470c5e38e 100644 --- a/src/modules/notification/e_mod_popup.c +++ b/src/modules/notification/e_mod_popup.c @@ -133,6 +133,7 @@ notification_popup_notify(E_Notification_Notify *n, popup->notif = n; popup->id = id; _notification_popup_refresh(popup); + _notification_reshuffle_cb(NULL, NULL, NULL, NULL); } else if (!n->replaces_id) {