GNOME Bugzilla – Bug 564371
ghex2 prints g_warning on startup because it uses a deprecated API (GtkAdjustment page_size being non-zero)
Last modified: 2009-01-27 03:47:36 UTC
Please describe the problem: The exact g_warning being printed at startup is: (ghex2:13076): Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated Steps to reproduce: 1. 2. 3. Actual results: Expected results: Does this happen every time? Other information:
Created attachment 124574 [details] [review] this patch passes page_size 0 instead (no warning, no regressions) Bug was still present in svn trunk. While I'm not familiar with the general story as to why non_zero page_sizes was deprecated etc I do know that this patch silences and warning and it does not seem to introduce any regressions to the affected "stream" spin button in ghex.
pushed to svn, thanks.