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 636502 - Port to the new gtk+ 3.0 GtkStyleContext
Port to the new gtk+ 3.0 GtkStyleContext
Status: RESOLVED DUPLICATE of bug 636881
Product: NetworkManager
Classification: Platform
Component: nm-applet
git master
Other Linux
: Normal normal
: ---
Assigned To: Dan Williams
Dan Williams
Depends on:
Blocks:
 
 
Reported: 2010-12-05 06:41 UTC by Craig Keogh
Modified: 2010-12-09 23:04 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Craig Keogh 2010-12-05 06:41:50 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):
applet.c: In function ‘menu_title_item_expose’:
applet.c:518:2: error: implicit declaration of function ‘gtk_widget_get_style’
applet.c:518:8: error: assignment makes pointer from integer without a cast
Comment 1 Matthias Clasen 2010-12-09 17:28:38 UTC

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