summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGary Kramlich <grim@reaperworld.com>2019-11-18 22:12:10 -0600
committerGary Kramlich <grim@reaperworld.com>2019-11-18 22:12:10 -0600
commit0101dddb847fe6523546b1feba5cc95865dabbc5 (patch)
treeb0471ac43cf23fa1bdbe672a3d3d049443749dfb
parentbfeb2471fab6f29ab962c8aa216bd88bb5728747 (diff)
downloadpidgin-0101dddb847fe6523546b1feba5cc95865dabbc5.tar.gz
Add G_PARAM_STATIC_STRINGS back
-rw-r--r--pidgin/pidginmenutray.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pidgin/pidginmenutray.c b/pidgin/pidginmenutray.c
index f14ba8cebc..02e81b6df8 100644
--- a/pidgin/pidginmenutray.c
+++ b/pidgin/pidginmenutray.c
@@ -101,7 +101,7 @@ pidgin_menu_tray_class_init(PidginMenuTrayClass *klass) {
properties[PROP_BOX] = g_param_spec_object("box", "The box", "The box",
GTK_TYPE_BOX,
- G_PARAM_READABLE);
+ G_PARAM_READABLE | G_PARAM_STATIC_STRINGS);
g_object_class_install_properties(obj_class, N_PROPERTIES, properties);
}