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 631083 - fails to build due to deprecated gtk_dialog_set_has_separator()
fails to build due to deprecated gtk_dialog_set_has_separator()
Status: RESOLVED FIXED
Product: NetworkManager
Classification: Platform
Component: nm-applet
git master
Other Linux
: Normal major
: ---
Assigned To: Dan Williams
Dan Williams
Depends on:
Blocks:
 
 
Reported: 2010-10-01 10:09 UTC by Martin Pitt
Modified: 2010-10-07 07:00 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (855 bytes, patch)
2010-10-01 10:10 UTC, Martin Pitt
none Details | Review

Description Martin Pitt 2010-10-01 10:09:12 UTC
cc1: warnings being treated as errors
wireless-dialog.c: In function ‘internal_init’:
wireless-dialog.c:1072: error: implicit declaration of function ‘gtk_dialog_set_has_separator’

gtk_dialog_set_has_separator() has been marked as deprecated and will be removed in GTK 3.
Comment 1 Martin Pitt 2010-10-01 10:10:26 UTC
Created attachment 171477 [details] [review]
patch

Trivial patch. OK for me to push this?
Comment 2 Dan Williams 2010-10-06 20:33:46 UTC
Yes please!  Please cherry-pick the patch to NMA_0_8 branch as well.
Comment 3 Martin Pitt 2010-10-07 07:00:54 UTC
Pushed to both branches.