[gnome-documents/wip/ui-changes: 20/25] main-toolbar: fix some copy/paste typos



commit 1bb972ae8c74430a9bba22de09b33656fbf71521
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Fri Mar 2 10:30:38 2012 -0500

    main-toolbar: fix some copy/paste typos

 src/mainToolbar.js |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/mainToolbar.js b/src/mainToolbar.js
index e771f67..b8c4e88 100644
--- a/src/mainToolbar.js
+++ b/src/mainToolbar.js
@@ -94,17 +94,17 @@ MainToolbar.prototype = {
                 }
 
                 if (this._searchTypeId != 0) {
-                    Global.searchController.disconnect(this._searchTypeId);
+                    Global.searchTypeManager.disconnect(this._searchTypeId);
                     this._searchTypeId = 0;
                 }
 
                 if (this._searchMatchId != 0) {
-                    Global.searchController.disconnect(this._searchMatchId);
+                    Global.searchMatchManager.disconnect(this._searchMatchId);
                     this._searchMatchId = 0;
                 }
 
                 if (this._searchSourceId != 0) {
-                    Global.searchController.disconnect(this._searchSourceId);
+                    Global.sourceManager.disconnect(this._searchSourceId);
                     this._searchSourceId = 0;
                 }
             }));



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