[gnome-documents/wip/provider-v2: 4/5] application: don't init connectionQueue in initSearch()
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-documents/wip/provider-v2: 4/5] application: don't init connectionQueue in initSearch()
- Date: Sat, 8 Dec 2012 04:17:42 +0000 (UTC)
commit c4473842accbd3cd0916bccd34b1db5611b85504
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Fri Dec 7 15:11:51 2012 -0500
application: don't init connectionQueue in initSearch()
src/application.js | 1 +
src/global.js | 1 -
2 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/application.js b/src/application.js
index 37d7f64..ea89aa0 100644
--- a/src/application.js
+++ b/src/application.js
@@ -340,6 +340,7 @@ const Application = new Lang.Class({
return;
}
+ Global.connectionQueue = new TrackerController.TrackerConnectionQueue();
Global.initSearch();
Global.changeMonitor = new ChangeMonitor.TrackerChangeMonitor();
diff --git a/src/global.js b/src/global.js
index f348de4..4a9ce43 100644
--- a/src/global.js
+++ b/src/global.js
@@ -55,7 +55,6 @@ function initSearch() {
searchController = new Searchbar.SearchController();
offsetController = new OffsetController.OffsetController();
- connectionQueue = new TrackerController.TrackerConnectionQueue();
queryBuilder = new Query.QueryBuilder(this);
};
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]