--- 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 ) ); }