Code cleanup. (gtk_separator_menu_item_class_init): Fix bugs in this code.

Mon Oct 29 19:18:35 2001  Jonathan Blandford  <jrb@redhat.com>

	* gtk/gtkseparatormenuitem.c: Code cleanup.
	(gtk_separator_menu_item_class_init): Fix bugs in this code.
This commit is contained in:
Jonathan Blandford
2001-10-30 00:24:08 +00:00
committed by Jonathan Blandford
parent 7c12bae85c
commit 44a70fc239
9 changed files with 56 additions and 21 deletions

View File

@ -58,7 +58,7 @@ struct _GtkSeparatorMenuItemClass
};
GtkType gtk_separator_menu_item_get_type (void) G_GNUC_CONST;
GType gtk_separator_menu_item_get_type (void) G_GNUC_CONST;
GtkWidget* gtk_separator_menu_item_new (void);