summaryrefslogtreecommitdiff
path: root/chooser
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2017-12-05 15:11:09 +1300
committerRobert Ancell <robert.ancell@canonical.com>2017-12-05 15:11:09 +1300
commit0ecff94d4c90d71357c9cc46fd942558ab9fb4e1 (patch)
tree213313fe731a51fc9ceae19867418baa3fc61eb3 /chooser
parent9568eccdaa3c9cfcd129c4e7a53584ea5866772b (diff)
downloadgdm-0ecff94d4c90d71357c9cc46fd942558ab9fb4e1.tar.gz
chooser: Don't use deprecated GtkVBox
Diffstat (limited to 'chooser')
-rw-r--r--chooser/gdm-host-chooser-widget.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chooser/gdm-host-chooser-widget.c b/chooser/gdm-host-chooser-widget.c
index e2507900..ae12b1aa 100644
--- a/chooser/gdm-host-chooser-widget.c
+++ b/chooser/gdm-host-chooser-widget.c
@@ -90,7 +90,7 @@ static void gdm_host_chooser_widget_class_init (GdmHostChooserWidgetClass *
static void gdm_host_chooser_widget_init (GdmHostChooserWidget *host_chooser_widget);
static void gdm_host_chooser_widget_finalize (GObject *object);
-G_DEFINE_TYPE (GdmHostChooserWidget, gdm_host_chooser_widget, GTK_TYPE_VBOX)
+G_DEFINE_TYPE (GdmHostChooserWidget, gdm_host_chooser_widget, GTK_TYPE_BOX)
#define GDM_XDMCP_PROTOCOL_VERSION 1001
#define SCAN_TIMEOUT 30