From 2f4619f7a19aa79016051d82c060aaf53ef719c1 Mon Sep 17 00:00:00 2001 From: Christian Meyer Date: Sat, 8 Feb 2003 19:38:38 +0000 Subject: Changed GtkType to GType. --- lib/egg/egg-radio-action.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/egg/egg-radio-action.c') diff --git a/lib/egg/egg-radio-action.c b/lib/egg/egg-radio-action.c index 888448c50..6a4a13314 100644 --- a/lib/egg/egg-radio-action.c +++ b/lib/egg/egg-radio-action.c @@ -6,7 +6,7 @@ static void egg_radio_action_class_init (EggRadioActionClass *class); GType egg_radio_action_get_type (void) { - static GtkType type = 0; + static GType type = 0; if (!type) { -- cgit v1.2.3