user-accounts: Adapt for gtk_box_new() API changes
This commit is contained in:
parent
e242da7ad1
commit
1ea452d831
1 changed files with 1 additions and 1 deletions
|
@ -236,7 +236,7 @@ um_lock_button_constructed (GObject *object)
|
||||||
g_signal_connect (priv->permission, "notify",
|
g_signal_connect (priv->permission, "notify",
|
||||||
G_CALLBACK (on_permission_changed), button);
|
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);
|
gtk_container_add (GTK_CONTAINER (button), priv->box);
|
||||||
|
|
||||||
priv->eventbox = gtk_event_box_new ();
|
priv->eventbox = gtk_event_box_new ();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue