From 11b3ed276b7d5bda8629dcfc42a8919233d8bafc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Sat, 14 Feb 2015 05:59:01 +0100 Subject: [PATCH] notificationDaemon: Close calendar when opening app Just like we leave the overview when activating a notification, the calendar popup should be closed - after all, the only case where the calendar is open when a notification's default action is activated is the user clicking an entry in the message list's notification section. https://bugzilla.gnome.org/show_bug.cgi?id=744817 --- js/ui/notificationDaemon.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/ui/notificationDaemon.js b/js/ui/notificationDaemon.js index 3731a17f3..feb91854d 100644 --- a/js/ui/notificationDaemon.js +++ b/js/ui/notificationDaemon.js @@ -561,6 +561,7 @@ const FdoNotificationDaemonSource = new Lang.Class({ this.app.activate(); Main.overview.hide(); + Main.panel.closeCalendar(); }, destroy: function() {