~gandalfn/pantheon-debian/gtk+3.0

« back to all changes in this revision

Viewing changes to debian/patches/044_tracker_fts.patch

  • Committer: gandalfn at club-internet
  • Date: 2015-08-20 09:24:34 UTC
  • Revision ID: gandalfn@club-internet.fr-20150820092434-obsec9i2cezvyyt6
Initial commit:

Release 3.14.5-1.1
  * debian/patches/ubuntu_gtk_custom_menu_items.patch:
    -  Add UbuntuMenuItemFactory
  * disable check on build package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Description: Enable tracker full text search
 
2
 Tracker in Debian is compiled with FTS support, so we make use of that in
 
3
 GTK3's file selector dialog.
 
4
 This way files can be found by their content and not only their file name.
 
5
 
 
6
--- a/gtk/gtksearchenginetracker.c
 
7
+++ b/gtk/gtksearchenginetracker.c
 
8
@@ -50,7 +50,7 @@
 
9
  * use filename matching instead. This doesn’t use the content of the
 
10
  * file however.
 
11
  */
 
12
-#undef FTS_MATCHING
 
13
+#define FTS_MATCHING
 
14
 
 
15
 /*
 
16
  * GtkSearchEngineTracker object