[gnome-shell/wip/fmuellner/notification-redux+sass: 75/122] notificationDaemon: Close calendar when opening app



commit 48cbad733e0008a47d0681caca7cf77cc292f0d6
Author: Florian Müllner <fmuellner gnome org>
Date:   Sat Feb 14 05:59:01 2015 +0100

    notificationDaemon: Close calendar when opening app

 js/ui/notificationDaemon.js |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/js/ui/notificationDaemon.js b/js/ui/notificationDaemon.js
index 052181e..9d2d219 100644
--- a/js/ui/notificationDaemon.js
+++ b/js/ui/notificationDaemon.js
@@ -592,6 +592,7 @@ const FdoNotificationDaemonSource = new Lang.Class({
 
         this.app.activate();
         Main.overview.hide();
+        Main.panel.closeCalendar();
     },
 
     destroy: function() {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]