From f20e0e00148169542a2fbb0f231ea59014b6dcee Mon Sep 17 00:00:00 2001 From: Javier Date: Tue, 31 Mar 2015 03:12:18 +0200 Subject: prepend notifications --- saltoqd/notificationmanager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/saltoqd/notificationmanager.cpp b/saltoqd/notificationmanager.cpp index f6b626f..c5a4e88 100644 --- a/saltoqd/notificationmanager.cpp +++ b/saltoqd/notificationmanager.cpp @@ -27,7 +27,7 @@ void NotificationManager::handleNotification(MonitoredNotification *n) this, &NotificationManager::handleClosedNotification); _cards.insert(notificationId, card); - _deck->appendCard(card); + _deck->insertCard(0, card); } void NotificationManager::handleClosedNotification() -- cgit v1.2.3