Remove symbols accidentally added. Add boolean property popup_set_width
2005-04-04 Johan Dahlin <johan@gnome.org> * gtk/gtk.symbols: Remove symbols accidentally added. * gtk/gtkentryprivate.h: Add boolean property popup_set_width * gtk/gtktoggletoolbutton.c: (gtk_toggle_tool_button_class_init): Use object_class instead of gobject_class
This commit is contained in:
committed by
Johan Dahlin
parent
f2f1c755a8
commit
3a51a0bc89
@ -125,7 +125,7 @@ gtk_toggle_tool_button_class_init (GtkToggleToolButtonClass *klass)
|
||||
*
|
||||
* Since: 2.8
|
||||
*/
|
||||
g_object_class_install_property (gobject_class,
|
||||
g_object_class_install_property (object_class,
|
||||
PROP_ACTIVE,
|
||||
g_param_spec_boolean ("active",
|
||||
P_("Active"),
|
||||
|
||||
Reference in New Issue
Block a user