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 623435 - doesn't build against git master gtk
doesn't build against git master gtk
Status: RESOLVED FIXED
Product: gucharmap
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gucharmap maintainers
gucharmap maintainers
: 623452 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2010-07-02 20:25 UTC by Matthias Clasen
Modified: 2010-07-03 08:53 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (1.73 KB, text/plain)
2010-07-02 20:25 UTC, Matthias Clasen
Details

Description Matthias Clasen 2010-07-02 20:25:27 UTC
Created attachment 165148 [details]
patch

due to the GdkRegion removal. Here is a patch to fix that.
Comment 1 Christian Persch 2010-07-02 20:33:22 UTC
+                       rect->x, rects->y,
+                       rect->x, rects->y,
+                       rect->width, rects->height);

Shouldn't these all be |rect| not |rects| ?
Comment 2 Matthias Clasen 2010-07-02 20:37:44 UTC
yes, of course
Comment 3 Matthias Clasen 2010-07-02 20:41:29 UTC
committed with that fix
Comment 4 Christian Persch 2010-07-03 08:53:31 UTC
*** Bug 623452 has been marked as a duplicate of this bug. ***