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:
Johan Dahlin
2005-04-04 20:37:42 +00:00
committed by Johan Dahlin
parent f2f1c755a8
commit 3a51a0bc89
6 changed files with 23 additions and 5 deletions

View File

@ -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"),