GNOME Bugzilla – Bug 570700
Size spin button is not working for GtkAssistant number of page
Last modified: 2010-08-29 17:15:05 UTC
Please describe the problem: When glade 3 is used to create an assistant, it is impossible to decrease/increase the number of page using the Spin arrow. The number of page is always 0. When I click on the spin arrow (up and down), the size is not changed and the following message is printed on the console : (glade-3:8602): Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated As a workarround, it is possible to set the value by writing a mumber in size text box. Steps to reproduce: 1. Open glade 2. Create a GtkAssistant 3. try to increase/decrease the number of page of assistant by clicking on size spin buttons Actual results: Between step 2 and 3, the size value is 0. After step 3 the size value is still 0. Expected results: Between step 2 and 3, the size value shall be 3 (number of pages of an assistant by default) After step 3 the value shall be increased/decreased. Does this happen every time? Yes Other information: I work on Ubuntu 8.10.
This problem has been partially fixed by 3.6.7. I can add pages using the spin button but cannot decrease the number of pages.
(In reply to comment #1) > This problem has been partially fixed by 3.6.7. I can add pages using the spin > button but cannot decrease the number of pages. Then I'm closing this bug. To follow the decreasing the number of pages bug, see #588693