diff options
Diffstat (limited to 'lib/egg/egg-accel-dialog.c')
-rw-r--r-- | lib/egg/egg-accel-dialog.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |