summaryrefslogtreecommitdiff
path: root/finch/gntplugin.c
diff options
context:
space:
mode:
authorAnkit Vani <a@nevitus.org>2013-11-17 16:05:54 +0530
committerAnkit Vani <a@nevitus.org>2013-11-17 16:05:54 +0530
commit7b463b59e2d25f09766c73cccb94fbbf5d00cdb6 (patch)
tree4c650e6e52e49477b7c7fadc357b993d1f35996a /finch/gntplugin.c
parent4bda4a83aa08e279289c9a66a4ffa26e692a0175 (diff)
downloadpidgin-7b463b59e2d25f09766c73cccb94fbbf5d00cdb6.tar.gz
Added G_PARAM_STATIC_STRINGS flag to PluginInfo properties
Diffstat (limited to 'finch/gntplugin.c')
-rw-r--r--finch/gntplugin.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/finch/gntplugin.c b/finch/gntplugin.c
index 6c71f6d362..bbd7bfd164 100644
--- a/finch/gntplugin.c
+++ b/finch/gntplugin.c
@@ -131,7 +131,8 @@ static void finch_plugin_info_class_init(FinchPluginInfoClass *klass)
g_param_spec_pointer("gnt-pref-frame-cb",
"GNT preferences frame callback",
"Callback that returns a GNT preferences frame",
- G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY));
+ G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY |
+ G_PARAM_STATIC_STRINGS));
}
GType