[tracker/harmattan-pre-signal-updates: 347/1380] debian: Updated 02 patch



commit 5438f5b7ecd17d4ebebdcece19f0011aa7fed63e
Author: Jean-Luc Lamadon <jean-luc lamadon nokia com>
Date:   Thu Jun 3 13:07:07 2010 +0300

    debian: Updated 02 patch

 debian/patches/02-default-config.patch |   17 ++++++++---------
 1 files changed, 8 insertions(+), 9 deletions(-)
---
diff --git a/debian/patches/02-default-config.patch b/debian/patches/02-default-config.patch
index 66c1f74..c86980c 100644
--- a/debian/patches/02-default-config.patch
+++ b/debian/patches/02-default-config.patch
@@ -1,8 +1,8 @@
 diff --git a/src/miners/fs/tracker-config.c b/src/miners/fs/tracker-config.c
-index 0bea3b4..4f60f95 100644
+index b1bb267..283928a 100644
 --- a/src/miners/fs/tracker-config.c
 +++ b/src/miners/fs/tracker-config.c
-@@ -40,7 +40,7 @@
+@@ -41,7 +41,7 @@
  
  /* Default values */
  #define DEFAULT_VERBOSITY                        0
@@ -11,7 +11,7 @@ index 0bea3b4..4f60f95 100644
  #define DEFAULT_ENABLE_MONITORS                  TRUE
  #define DEFAULT_THROTTLE                         0        /* 0->20 */
  #define DEFAULT_SCAN_TIMEOUT                     0        /* 0->1000 */
-@@ -48,9 +48,9 @@
+@@ -49,8 +49,8 @@
  #define DEFAULT_INDEX_MOUNTED_DIRECTORIES        TRUE
  #define DEFAULT_INDEX_REMOVABLE_DEVICES          TRUE
  #define DEFAULT_INDEX_OPTICAL_DISCS              FALSE
@@ -20,10 +20,9 @@ index 0bea3b4..4f60f95 100644
  #define DEFAULT_INDEX_ON_BATTERY_FIRST_TIME      TRUE
 -#define DEFAULT_LOW_DISK_SPACE_LIMIT             1        /* 0->100 / -1 */
 +#define DEFAULT_LOW_DISK_SPACE_LIMIT             -1       /* 0->100 / -1 */
- 
- typedef struct {
- 	/* General */
-@@ -598,6 +598,24 @@ config_create_with_defaults (TrackerConfig *config,
+ #define DEFAULT_CRAWLING_INTERVAL                0        /* 0->365 / -1 */
+
+@@ -620,6 +620,24 @@ config_create_with_defaults (TrackerConfig *config,
  		case G_TYPE_POINTER:
  			/* Special case string lists */
  			if (g_strcmp0 (conversions[i].property, "index-recursive-directories") == 0) {
@@ -48,7 +47,7 @@ index 0bea3b4..4f60f95 100644
  				/* Since we can't know if
  				 * $HOME/.config/user-dirs.dirs exists
  				 * or not, we check that the GLib API
-@@ -669,12 +687,15 @@ config_create_with_defaults (TrackerConfig *config,
+@@ -691,12 +709,15 @@ config_create_with_defaults (TrackerConfig *config,
  				                            g_strv_length (string_list));
  
  				g_strfreev (string_list);
@@ -64,7 +63,7 @@ index 0bea3b4..4f60f95 100644
  				}
  
  				string_list = tracker_gslist_to_string_list (paths);
-@@ -689,6 +710,11 @@ config_create_with_defaults (TrackerConfig *config,
+@@ -711,6 +732,11 @@ config_create_with_defaults (TrackerConfig *config,
  				g_strfreev (string_list);
  			} else if (g_strcmp0 (conversions[i].property, "ignored-directories") == 0) {
  				const gchar *string_list[] = {



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