pidgin/pidginmenutray.c

changeset 40213
0c986cb5c063
parent 40212
352d23243db5
child 40360
e21f3bbcc2a5
equal deleted inserted replaced
40212:352d23243db5 40213:0c986cb5c063
99 99
100 widget_class->map = pidgin_menu_tray_map; 100 widget_class->map = pidgin_menu_tray_map;
101 101
102 properties[PROP_BOX] = g_param_spec_object("box", "The box", "The box", 102 properties[PROP_BOX] = g_param_spec_object("box", "The box", "The box",
103 GTK_TYPE_BOX, 103 GTK_TYPE_BOX,
104 G_PARAM_READABLE); 104 G_PARAM_READABLE | G_PARAM_STATIC_STRINGS);
105 105
106 g_object_class_install_properties(obj_class, N_PROPERTIES, properties); 106 g_object_class_install_properties(obj_class, N_PROPERTIES, properties);
107 } 107 }
108 108
109 static void 109 static void

mercurial