[tracker/extractor-remove-word-counting-review: 3/14] Fix the tracker-extract config



commit 1f7b935d49f9d15b84751fc2a01743945cc70c3f
Author: Aleksander Morgado <aleksander lanedo com>
Date:   Tue May 11 11:28:45 2010 +0200

    Fix the tracker-extract config

 src/tracker-extract/tracker-config.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/tracker-extract/tracker-config.c b/src/tracker-extract/tracker-config.c
index c5edb1d..e9bb194 100644
--- a/src/tracker-extract/tracker-config.c
+++ b/src/tracker-extract/tracker-config.c
@@ -71,7 +71,7 @@ enum {
 
 static ObjectToKeyFile conversions[] = {
 	{ G_TYPE_INT,     "verbosity",          GROUP_GENERAL,  "Verbosity"       },
-	{ G_TYPE_INT,     "max_bytes",          GROUP_GENERAL,  "Max Bytes"       },
+	{ G_TYPE_INT,     "max_bytes",          GROUP_GENERAL,  "Max_Bytes"       },
 };
 
 G_DEFINE_TYPE (TrackerConfig, tracker_config, TRACKER_TYPE_CONFIG_FILE);
@@ -98,7 +98,7 @@ tracker_config_class_init (TrackerConfigClass *klass)
 	                                                   G_PARAM_READWRITE | G_PARAM_CONSTRUCT));
 
 	g_object_class_install_property (object_class,
-	                                 PROP_VERBOSITY,
+	                                 PROP_MAX_BYTES,
 	                                 g_param_spec_int ("max_bytes",
 	                                                   "Max Bytes",
 	                                                   " Maximum number of UTF-8 bytes to extract [0,G_MAXINT]",



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