summaryrefslogtreecommitdiff
path: root/plugins/gtk+/glade-gtk-font-chooser-widget.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/gtk+/glade-gtk-font-chooser-widget.c')
-rw-r--r--plugins/gtk+/glade-gtk-font-chooser-widget.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/gtk+/glade-gtk-font-chooser-widget.c b/plugins/gtk+/glade-gtk-font-chooser-widget.c
index b145455f..e2744175 100644
--- a/plugins/gtk+/glade-gtk-font-chooser-widget.c
+++ b/plugins/gtk+/glade-gtk-font-chooser-widget.c
@@ -36,5 +36,5 @@ glade_gtk_font_chooser_widget_create_editable (GladeWidgetAdaptor *adaptor,
return (GladeEditable *) glade_font_chooser_widget_editor_new ();
}
- return GWA_GET_CLASS (GTK_TYPE_CONTAINER)->create_editable (adaptor, type);
+ return GLADE_WIDGET_ADAPTOR_GET_ADAPTOR_CLASS (GTK_TYPE_CONTAINER)->create_editable (adaptor, type);
}