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 636500 - Port to the new gtk+ 3.0 GtkStyleContext
Port to the new gtk+ 3.0 GtkStyleContext
Status: RESOLVED DUPLICATE of bug 636654
Product: empathy
Classification: Core
Component: Accounts
2.91.x
Other Linux
: Normal normal
: ---
Assigned To: empathy-maint
Depends on:
Blocks:
 
 
Reported: 2010-12-05 06:28 UTC by Craig Keogh
Modified: 2010-12-07 10:04 UTC
See Also:
GNOME target: 3.0
GNOME version: ---



Description Craig Keogh 2010-12-05 06:28:27 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):
empathy-account-widget.c: In function 'account_widget_set_entry_highlighting':
empathy-account-widget.c:209:3: error: implicit declaration of function 'gtk_widget_get_style'
empathy-account-widget.c:209:9: error: assignment makes pointer from integer without a cast
empathy-account-widget.c:224:7: error: implicit declaration of function 'gtk_widget_modify_base'
Comment 1 Guillaume Desmottes 2010-12-07 08:58:09 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.

*** This bug has been marked as a duplicate of bug 636654 ***