diff options
Diffstat (limited to 'lib/egg/egg-toggle-action.c')
-rw-r--r-- | lib/egg/egg-toggle-action.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/egg/egg-toggle-action.c b/lib/egg/egg-toggle-action.c index 6c0c0b442..0c5dfe121 100644 --- a/lib/egg/egg-toggle-action.c +++ b/lib/egg/egg-toggle-action.c @@ -12,7 +12,7 @@ static void egg_toggle_action_class_init (EggToggleActionClass *class); GType egg_toggle_action_get_type (void) { - static GtkType type = 0; + static GType type = 0; if (!type) { |