Fix typo in value chooser
authorJohn Darrington <john@darrington.wattle.id.au>
Wed, 24 Jun 2015 17:13:28 +0000 (19:13 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Wed, 24 Jun 2015 17:13:28 +0000 (19:13 +0200)
src/ui/gui/psppire-val-chooser.c

index 33e89f642793a298bf3008014d4ada5adc0c60f2..de48ba37f4ead835d8280233f835388ae646dc7d 100644 (file)
@@ -296,7 +296,7 @@ static void range_set (PsppireValChooser *vr, struct old_value *ov, const struct
 
 static GtkWidget * range_entry (struct layout *l, struct range_widgets *rw)
 {
-  GtkWidget *vbox = gtk_vbox_new (3, FALSE);
+  GtkWidget *vbox = gtk_vbox_new (FALSE, 3);
   GtkWidget *entrylo = gtk_entry_new ();
   GtkWidget *label = gtk_label_new (_("through"));
   GtkWidget *entryhi = gtk_entry_new ();