[gnome-documents] application: don't create NotificationManager twice



commit ebc20a75fc1a94019f65d228d024c28609fe26ab
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Wed Feb 6 15:23:42 2013 -0500

    application: don't create NotificationManager twice
    
    This fixes double indexing notifications to be shown.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=690502

 src/application.js |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/application.js b/src/application.js
index cba72d9..5068de6 100644
--- a/src/application.js
+++ b/src/application.js
@@ -342,7 +342,6 @@ const Application = new Lang.Class({
         trackerController = new TrackerController.TrackerController();
         selectionController = new Selections.SelectionController();
         modeController = new WindowMode.ModeController();
-        notificationManager = new Notifications.NotificationManager();
 
         this._actionEntries = [
             { name: 'quit',


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