[tracker/extractor-remove-word-counting-review] Fix the tracker-extract config
- From: Aleksander Morgado <aleksm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/extractor-remove-word-counting-review] Fix the tracker-extract config
- Date: Tue, 11 May 2010 13:11:16 +0000 (UTC)
commit 9214065de3a388851342bd310c5bc443e4ef776d
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]