summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorCorentin Noël <corentin@elementary.io>2019-06-18 07:35:25 +0000
committerAlberto Fanjul <albertofanjul@gmail.com>2019-06-18 07:35:25 +0000
commit3fabe72401e8c179249feef3450031f389bce83f (patch)
tree3a9b1bc2c0fd5dca730689b4e3c5821129b9fc96 /plugins
parenta543e99069b693d96e68eb8e00a2dce00a1946a7 (diff)
Rename GWActionClass to GladeWidgetActionDef to use the right namespace
Diffstat (limited to 'plugins')
-rw-r--r--plugins/gtk+/glade-gtk-header-bar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/gtk+/glade-gtk-header-bar.c b/plugins/gtk+/glade-gtk-header-bar.c
index d48bd226..8ae13b4f 100644
--- a/plugins/gtk+/glade-gtk-header-bar.c
+++ b/plugins/gtk+/glade-gtk-header-bar.c
@@ -263,7 +263,7 @@ glade_gtk_header_bar_set_use_custom_title (GObject *object,
for (l = list; l; l = l->next)
{
GladeWidgetAction *gwa = l->data;
- if (!strcmp (glade_widget_action_get_class (gwa)->id, "remove_slot"))
+ if (!strcmp (glade_widget_action_get_def (gwa)->id, "remove_slot"))
glade_widget_action_set_visible (gwa, FALSE);
}
}