From 742d01908f754f9473e6a7993276c3aee060d1ec Mon Sep 17 00:00:00 2001 From: Tim Janik Date: Tue, 16 Jun 1998 05:20:05 +0000 Subject: 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? --- gtk/gtktogglebutton.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gtk/gtktogglebutton.c') diff --git a/gtk/gtktogglebutton.c b/gtk/gtktogglebutton.c index fc5e1f8e96..23ff9ed07f 100644 --- a/gtk/gtktogglebutton.c +++ b/gtk/gtktogglebutton.c @@ -45,10 +45,10 @@ static void gtk_toggle_button_leave (GtkButton *button); static guint toggle_button_signals[LAST_SIGNAL] = { 0 }; -guint +GtkType gtk_toggle_button_get_type (void) { - static guint toggle_button_type = 0; + static GtkType toggle_button_type = 0; if (!toggle_button_type) { -- cgit v1.2.1