[accounts-dialog] um-lockbutton.c: homogeneous has been removed from gtk_box_new()



commit dc21e79878624558e2a1af031adb9730b65305c1
Author: Javier Jardón <jjardon gnome org>
Date:   Mon Nov 15 23:55:19 2010 +0100

    um-lockbutton.c: homogeneous has been removed from gtk_box_new()

 src/um-lockbutton.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/um-lockbutton.c b/src/um-lockbutton.c
index 88da58c..ed91f38 100644
--- a/src/um-lockbutton.c
+++ b/src/um-lockbutton.c
@@ -238,7 +238,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 ();



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]