On Mon, 2010-07-26 at 11:52 +0100, James Morris wrote:
On 26 July 2010 11:13, Ralf Mardorf
<ralf.mardorf(a)alice-dsl.net> wrote:
After the 'normal' output for both
versions I get:
'(envy24control:9266): Gtk-WARNING **: GtkSpinButton: setting an
adjustment with non-zero page size is deprecated
(envy24control:9266): Gtk-WARNING **: GtkSpinButton: setting an
adjustment with non-zero page size is deprecated'
lines 761 and 1924 of envy24control.c need the last parameter of
gtk_adjustment_new changed to a zero.
Yes, after changing the values there isn't a Gtk-WARNING anymore :).