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 636465 - Port to the new GtkStyleContext
Port to the new GtkStyleContext
Status: RESOLVED FIXED
Product: nautilus
Classification: Core
Component: [obsolete] Builds
0.x.x [obsolete]
Other Linux
: Normal critical
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks: 636497
 
 
Reported: 2010-12-04 17:35 UTC by Wouter Bolsterlee (uws)
Modified: 2010-12-06 15:01 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Wouter Bolsterlee (uws) 2010-12-04 17:35:02 UTC
CC     eel-canvas.lo
eel-canvas.c: In function ‘eel_canvas_draw_background’:
eel-canvas.c:2962: warning: implicit declaration of function ‘gtk_widget_get_style’
eel-canvas.c:2962: warning: nested extern declaration of ‘gtk_widget_get_style’
eel-canvas.c:2962: error: invalid type argument of ‘->’ (have ‘int’)
Comment 1 Cosimo Cecchi 2010-12-04 20:37:38 UTC
This is because today the GTK+ branch gtk-style-context has been merged to master, and nautilus is not ported yet.
Comment 2 Cosimo Cecchi 2010-12-06 15:01:39 UTC
Fixed in master, thanks for reporting.