Author: ek.kato
Date: Tue Oct 14 03:11:30 2008
New Revision: 5594

Modified:
   trunk/helper/pref-gtk-custom-widgets.c

Log:
* helper/pref-gtk-custom-widgets.c (add_custom_type_integer) : Fix
  page_size setting with gtk_adjustment_new().


Modified: trunk/helper/pref-gtk-custom-widgets.c
==============================================================================
--- trunk/helper/pref-gtk-custom-widgets.c      (original)
+++ trunk/helper/pref-gtk-custom-widgets.c      Tue Oct 14 03:11:30 2008
@@ -301,7 +301,7 @@
                                                  custom->range->as_int.max, /* 
maximum */
                                                  1.0,
                                                  10.0,
-                                                 100.0);
+                                                 0);
   spin = gtk_spin_button_new(adjustment, 1.0, 0);
   gtk_size_group_add_widget(spin_button_sgroup, spin);
   gtk_box_pack_end (GTK_BOX (hbox), spin, FALSE, TRUE, 0);

Reply via email to