boy! did i really modify that many files?

anyways, here go the child args and a lot of cleanups ;)
you wouldn't want me to put the ChangeLog entry in here, would you?
This commit is contained in:
Tim Janik
1998-06-16 05:20:05 +00:00
parent d36df18dee
commit 742d01908f
62 changed files with 2600 additions and 922 deletions

View File

@ -27,10 +27,10 @@ static void gtk_radio_menu_item_draw_indicator (GtkCheckMenuItem *check_men
GdkRectangle *area);
guint
GtkType
gtk_radio_menu_item_get_type (void)
{
static guint radio_menu_item_type = 0;
static GtkType radio_menu_item_type = 0;
if (!radio_menu_item_type)
{