GNOME Bugzilla – Bug 553965
(gnome-calculator:9320): Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated
Last modified: 2009-04-27 08:40:52 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"
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.
Cheers, fixed in 2.24.1 and 2.25: http://svn.gnome.org/viewvc/gcalctool?view=revision&revision=2260 http://svn.gnome.org/viewvc/gcalctool?view=revision&revision=2261