/dev/tomkiewicz/new-smileys: e27d0d775826: Trie: add missing G_P...
Tomasz Wasilczyk
twasilczyk at pidgin.im
Mon Mar 31 22:06:16 EDT 2014
Changeset: e27d0d77582698a6c88096240fd7ea9c9acbf7ab
Author: Tomasz Wasilczyk <twasilczyk at pidgin.im>
Date: 2014-04-01 04:06 +0200
Branch: default
URL: https://hg.pidgin.im/dev/tomkiewicz/new-smileys/rev/e27d0d775826
Description:
Trie: add missing G_PARAM_CONSTRUCT flag
diffstat:
libpurple/trie.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff --git a/libpurple/trie.c b/libpurple/trie.c
--- a/libpurple/trie.c
+++ b/libpurple/trie.c
@@ -737,7 +737,7 @@ purple_trie_class_init(PurpleTrieClass *
"Reset on match", "Determines, if the search state machine "
"should be reset to the initial state on every match. This "
"ensures, that every match is distinct from each other.", TRUE,
- G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS);
+ G_PARAM_READWRITE | G_PARAM_CONSTRUCT | G_PARAM_STATIC_STRINGS);
g_object_class_install_properties(obj_class, PROP_LAST, properties);
}
More information about the Commits
mailing list