GNOME Bugzilla – Bug 636499
Port to the new gtk+ 3.0 GtkStyleContext
Last modified: 2010-12-06 20:05:58 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')
Thanks for the headups. This should be fixed in master now.