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 557640 - avoid tons of GTK+ warnings
avoid tons of GTK+ warnings
Status: RESOLVED FIXED
Product: gthumb
Classification: Other
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Paolo Bacchilega
Paolo Bacchilega
: 555973 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2008-10-23 17:53 UTC by Matthias Clasen
Modified: 2008-11-07 18:57 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (13.46 KB, patch)
2008-10-23 17:54 UTC, Matthias Clasen
committed Details | Review

Description Matthias Clasen 2008-10-23 17:53:24 UTC
GTK 2.14 warns if the adjustment in a spinbutton has a non-zero page size.

Gthumb has lots of those... here is a patch to fix them all.
Comment 1 Matthias Clasen 2008-10-23 17:54:01 UTC
Created attachment 121210 [details] [review]
patch
Comment 2 Michael Chudobiak 2008-11-07 18:39:53 UTC
*** Bug 555973 has been marked as a duplicate of this bug. ***
Comment 3 Michael Chudobiak 2008-11-07 18:57:20 UTC
The patch is backwards (it's exciting to review and find a flaw in an mclasen patch...)

Anyways, committed to gthumb-2-10.

- Mike