aboutsummaryrefslogtreecommitdiffstats
path: root/lib/egg/egg-toggle-action.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/egg/egg-toggle-action.c')
-rw-r--r--lib/egg/egg-toggle-action.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/egg/egg-toggle-action.c b/lib/egg/egg-toggle-action.c
index 0c5dfe121..6c0c0b442 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 GType type = 0;
+ static GtkType type = 0;
if (!type)
{