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-accel-dialog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/egg/egg-accel-dialog.c') diff --git a/lib/egg/egg-accel-dialog.c b/lib/egg/egg-accel-dialog.c index 4173cbf02..7435044e8 100644 --- a/lib/egg/egg-accel-dialog.c +++ b/lib/egg/egg-accel-dialog.c @@ -6,7 +6,7 @@ static void egg_accel_dialog_class_init (EggAccelDialogClass *class); GType egg_accel_dialog_get_type (void) { - static GtkType type = 0; + static GType type = 0; if (!type) { -- cgit v1.2.3