user-accounts: Adapt for gtk_box_new() API changes

This commit is contained in:
Yanko Kaneti 2010-11-01 19:23:00 +02:00 committed by Bastien Nocera
parent e242da7ad1
commit 1ea452d831

View file

@ -236,7 +236,7 @@ um_lock_button_constructed (GObject *object)
g_signal_connect (priv->permission, "notify",
G_CALLBACK (on_permission_changed), button);
priv->box = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, FALSE, 6);
priv->box = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 6);
gtk_container_add (GTK_CONTAINER (button), priv->box);
priv->eventbox = gtk_event_box_new ();