diff options
Diffstat (limited to 'lib/egg/egg-action.c')
-rw-r--r-- | lib/egg/egg-action.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/egg/egg-action.c b/lib/egg/egg-action.c index 89886b575..6d1889e65 100644 --- a/lib/egg/egg-action.c +++ b/lib/egg/egg-action.c @@ -38,7 +38,7 @@ static const gchar *accel_path_key = "EggAction::accel_path"; GType egg_action_get_type (void) { - static GtkType type = 0; + static GType type = 0; if (!type) { |