finch/gntplugin.c

branch
soc.2013.gobjectification.plugins
changeset 36954
26c2cf81a97a
parent 36936
b076f179477e
child 37066
1ebce1f4993b
--- a/finch/gntplugin.c	Sun Nov 17 16:01:44 2013 +0530
+++ b/finch/gntplugin.c	Sun Nov 17 16:05:54 2013 +0530
@@ -131,7 +131,8 @@
 		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

mercurial