pidgin/gtkstatusbox.c

branch
soc.2013.gobjectification
changeset 35060
195dbb3b6432
parent 34940
c0aef3b64c56
child 35378
5d9e2581005b
child 35454
cf2a24d01503
child 36950
5dbe8b930aef
--- a/pidgin/gtkstatusbox.c	Sun Nov 17 02:06:03 2013 +0530
+++ b/pidgin/gtkstatusbox.c	Sun Nov 17 03:04:58 2013 +0530
@@ -593,7 +593,7 @@
 	                                g_param_spec_pointer("account",
 	                                                     "Account",
 	                                                     "The account, or NULL for all accounts",
-	                                                      G_PARAM_READWRITE
+	                                                      G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS
 	                                                     )
 	                               );
 	g_object_class_install_property(object_class,
@@ -602,7 +602,7 @@
 	                                                     "Icon Selector",
 	                                                     "Whether the icon selector should be displayed or not.",
 														 FALSE,
-	                                                      G_PARAM_READWRITE
+	                                                      G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS
 	                                                     )
 	                               );
 }

mercurial