After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 570700 - Size spin button is not working for GtkAssistant number of page
Size spin button is not working for GtkAssistant number of page
Status: RESOLVED FIXED
Product: glade
Classification: Applications
Component: user interface
3.4.x
Other All
: Normal normal
: ---
Assigned To: Glade 3 Maintainers
Glade 3 Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-02-05 20:02 UTC by Alexandre CUCUMEL
Modified: 2010-08-29 17:15 UTC
See Also:
GNOME target: ---
GNOME version: 2.23/2.24



Description Alexandre CUCUMEL 2009-02-05 20:02:52 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.
Comment 1 Steven T. Snyder 2009-08-31 21:27:11 UTC
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.
Comment 2 Pablo Castellano (IRC: pablog) 2010-08-29 17:15:05 UTC
(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