diff options
Diffstat (limited to 'lib/egg/eggtoolbutton.c')
-rw-r--r-- | lib/egg/eggtoolbutton.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/egg/eggtoolbutton.c b/lib/egg/eggtoolbutton.c index 4ff471729..ad3c5b5db 100644 --- a/lib/egg/eggtoolbutton.c +++ b/lib/egg/eggtoolbutton.c @@ -82,7 +82,7 @@ static GObjectClass *parent_class = NULL; GType egg_tool_button_get_type (void) { - static GtkType type = 0; + static GType type = 0; if (!type) { |