GNOME Bugzilla – Bug 568471
WARNING: setting an adjustment with non-zero page size is deprecated.
Last modified: 2009-03-14 12:35:07 UTC
When opening the channel list or the preferences dialog, a GTK warning is printed to the console. This is due to an obsolete value in the glade source; the page-size parameter to a GtkSpinButton must always be set to 0. A patch against current SVN (r2700) will follow. This was originally reported at the Ubuntu bugtracker: https://bugs.launchpad.net/ubuntu/+source/xchat-gnome/+bug/315243
Created attachment 126860 [details] [review] Patch against r2700 for channel-list.glade and preferences-dialog.glade.
Thanks! Ok to commit to svn trunk.
Comitted.