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 636499 - Port to the new gtk+ 3.0 GtkStyleContext
Port to the new gtk+ 3.0 GtkStyleContext
Status: RESOLVED FIXED
Product: brasero
Classification: Applications
Component: libbrasero-burn
git master
Other Linux
: Normal normal
: 2.26
Assigned To: Brasero maintainer(s)
Brasero maintainer(s)
Depends on:
Blocks: 636497
 
 
Reported: 2010-12-05 06:24 UTC by Craig Keogh
Modified: 2010-12-06 20:05 UTC
See Also:
GNOME target: 3.0
GNOME version: ---



Description Craig Keogh 2010-12-05 06:24:43 UTC
gtk+ 2.91.6+ has changed API. GTK+ branch gtk-style-context has been merged to
master and porting is required to GtkStyleContext. See:
http://git.gnome.org/browse/gtk+/commit/?id=f8a874abb1d1d8925b0f841e95bbef6cdcb21ac4

build failure (from git master):
brasero-jacket-view.c: In function 'brasero_jacket_view_init':
brasero-jacket-view.c:1469:2: warning: implicit declaration of function 'gtk_widget_get_style'
brasero-jacket-view.c:1469:2: warning: nested extern declaration of 'gtk_widget_get_style'
brasero-jacket-view.c:1469:51: error: invalid type argument of '->' (have 'int')
Comment 1 Philippe Rouquier 2010-12-06 20:05:58 UTC
Thanks for the headups. This should be fixed in master now.