diff options
Diffstat (limited to 'lib/egg')
-rw-r--r-- | lib/egg/egg-accel-dialog.c | 2 | ||||
-rw-r--r-- | lib/egg/egg-action.c | 2 | ||||
-rw-r--r-- | lib/egg/egg-menu-merge.c | 2 | ||||
-rw-r--r-- | lib/egg/egg-radio-action.c | 2 | ||||
-rw-r--r-- | lib/egg/egg-toggle-action.c | 2 | ||||
-rw-r--r-- | lib/egg/eggtoolbar.c | 2 | ||||
-rw-r--r-- | lib/egg/eggtoolbutton.c | 2 | ||||
-rw-r--r-- | lib/egg/eggtoolitem.c | 2 |
8 files changed, 8 insertions, 8 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) { 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) { diff --git a/lib/egg/egg-menu-merge.c b/lib/egg/egg-menu-merge.c index bacc34dde..4be261948 100644 --- a/lib/egg/egg-menu-merge.c +++ b/lib/egg/egg-menu-merge.c @@ -52,7 +52,7 @@ static GObjectClass *parent_class = NULL; GType egg_menu_merge_get_type (void) { - static GtkType type = 0; + static GType type = 0; if (!type) { diff --git a/lib/egg/egg-radio-action.c b/lib/egg/egg-radio-action.c index 888448c50..6a4a13314 100644 --- a/lib/egg/egg-radio-action.c +++ b/lib/egg/egg-radio-action.c @@ -6,7 +6,7 @@ static void egg_radio_action_class_init (EggRadioActionClass *class); GType egg_radio_action_get_type (void) { - static GtkType type = 0; + static GType type = 0; if (!type) { 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) { diff --git a/lib/egg/eggtoolbar.c b/lib/egg/eggtoolbar.c index 4f583fc14..3a14fca31 100644 --- a/lib/egg/eggtoolbar.c +++ b/lib/egg/eggtoolbar.c @@ -152,7 +152,7 @@ static guint toolbar_signals [LAST_SIGNAL] = { 0 }; GType egg_toolbar_get_type (void) { - static GtkType type = 0; + static GType type = 0; if (!type) { 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) { diff --git a/lib/egg/eggtoolitem.c b/lib/egg/eggtoolitem.c index 0bb234286..59556ffab 100644 --- a/lib/egg/eggtoolitem.c +++ b/lib/egg/eggtoolitem.c @@ -71,7 +71,7 @@ static guint toolitem_signals[LAST_SIGNAL] = { 0 }; GType egg_tool_item_get_type (void) { - static GtkType type = 0; + static GType type = 0; if (!type) { |