[gnome-books/wip/hadess/gnome-books: 7/9] Remove search provider
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-books/wip/hadess/gnome-books: 7/9] Remove search provider
- Date: Thu, 24 Jan 2019 15:55:56 +0000 (UTC)
commit 9e77196506f1fc3732571bdcfdd55d92469483ae
Author: Bastien Nocera <hadess hadess net>
Date: Thu Jan 24 12:52:43 2019 +0100
Remove search provider
po/POTFILES.in | 1 -
src/application.js | 2 -
src/meson.build | 1 -
src/org.gnome.Books.src.gresource.xml | 1 -
src/shellSearchProvider.js | 452 ----------------------------------
5 files changed, 457 deletions(-)
---
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 9240f857..9338b788 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -35,5 +35,4 @@ src/preview.js
src/properties.js
src/search.js
src/selections.js
-src/shellSearchProvider.js
src/trackerController.js
diff --git a/src/application.js b/src/application.js
index 54ee1d33..5419e1d9 100644
--- a/src/application.js
+++ b/src/application.js
@@ -40,7 +40,6 @@ const Properties = imports.properties;
const Query = imports.query;
const Search = imports.search;
const Selections = imports.selections;
-const ShellSearchProvider = imports.shellSearchProvider;
const TrackerController = imports.trackerController;
const TrackerUtils = imports.trackerUtils;
const Utils = imports.utils;
@@ -199,7 +198,6 @@ var Application = new Lang.Class({
// now init application components
Search.initSearch(imports.application);
- Search.initSearch(imports.shellSearchProvider);
modeController = new WindowMode.ModeController();
offsetCollectionsController = new Search.OffsetCollectionsController();
diff --git a/src/meson.build b/src/meson.build
index a156f0bf..d65b96ae 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -64,7 +64,6 @@ resource_data = files(
'searchbar.js',
'search.js',
'selections.js',
- 'shellSearchProvider.js',
'testentry.js',
'trackerController.js',
'trackerUtils.js',
diff --git a/src/org.gnome.Books.src.gresource.xml b/src/org.gnome.Books.src.gresource.xml
index 434a9558..d7ac2a3a 100644
--- a/src/org.gnome.Books.src.gresource.xml
+++ b/src/org.gnome.Books.src.gresource.xml
@@ -24,7 +24,6 @@
<file>searchbar.js</file>
<file>search.js</file>
<file>selections.js</file>
- <file>shellSearchProvider.js</file>
<file>testentry.js</file>
<file>trackerController.js</file>
<file>trackerUtils.js</file>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]