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 553965 - (gnome-calculator:9320): Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated
(gnome-calculator:9320): Gtk-WARNING **: GtkSpinButton: setting an adjustment...
Status: RESOLVED FIXED
Product: gnome-calculator
Classification: Core
Component: general
5.24.x
Other Linux
: Normal trivial
: 2.24.0
Assigned To: gcalctool maintainers
gcalctool maintainers
Depends on:
Blocks:
 
 
Reported: 2008-09-26 15:38 UTC by Pedro Villavicencio
Modified: 2009-04-27 08:40 UTC
See Also:
GNOME target: ---
GNOME version: 2.23/2.24


Attachments
Set page size to zero (678 bytes, patch)
2008-10-11 15:47 UTC, Robin Sonefors (ozamosi)
committed Details | Review

Description Pedro Villavicencio 2008-09-26 15:38:25 UTC
this report has been filed here:

https://bugs.edge.launchpad.net/ubuntu/+source/gcalctool/+bug/274830

"When running gnome-calculator from a terminal I get the following warning message:

(gnome-calculator:9320): Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated"
Comment 1 Robin Sonefors (ozamosi) 2008-10-11 15:47:30 UTC
Created attachment 120384 [details] [review]
Set page size to zero

I'm getting this too. This patch is trivial, but the message was beginning to annoy me. ;)

The page size parameter on an adjustment used by a spin button is - according to http://library.gnome.org/devel/gtk/stable/GtkAdjustment.html#GtkAdjustment--page-size - irrelevant, so there shouldn't be any nasty side effects.