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 629128 - build problem with recent gtk3
build problem with recent gtk3
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: building
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2010-09-09 02:14 UTC by Maxim Ermilov
Modified: 2010-09-09 14:34 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix build with recent gtk3 (2.02 KB, patch)
2010-09-09 02:14 UTC, Maxim Ermilov
none Details | Review
Fix build with recent gtk3 (2.45 KB, patch)
2010-09-09 14:26 UTC, Maxim Ermilov
committed Details | Review

Description Maxim Ermilov 2010-09-09 02:14:07 UTC
Created attachment 169823 [details] [review]
Fix build with recent gtk3

keysyms was renamed from GDK_* to GDK_KEY_* in recent gtk3
Comment 1 Colin Walters 2010-09-09 14:16:42 UTC
Review of attachment 169823 [details] [review]:

Looks right, though we should probably bump up the required GTK+ versions.
Comment 2 Maxim Ermilov 2010-09-09 14:26:17 UTC
Created attachment 169860 [details] [review]
Fix build with recent gtk3

> though we should probably bump up the required GTK+ versions.
done
Comment 3 Colin Walters 2010-09-09 14:28:17 UTC
Review of attachment 169860 [details] [review]:

Looks good!