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 544539 - Can't build against NetworkManager 0.7 trunk
Can't build against NetworkManager 0.7 trunk
Status: RESOLVED FIXED
Product: gnome-main-menu
Classification: Other
Component: general
unspecified
Other Linux
: Normal blocker
: ---
Assigned To: Federico Mena Quintero
GNOME main menu maintainers
Depends on:
Blocks:
 
 
Reported: 2008-07-24 13:07 UTC by Cosimo Cecchi
Modified: 2008-07-24 17:02 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (2.93 KB, patch)
2008-07-24 13:08 UTC, Cosimo Cecchi
committed Details | Review

Description Cosimo Cecchi 2008-07-24 13:07:21 UTC
It seems that NetworkManager 0.7 recently renamed some files and changed some functions of its API. gnome-main-menu, as a result, doesn't build anymore against NM 0.7.
Attached patch fixes the build.
Comment 1 Cosimo Cecchi 2008-07-24 13:08:47 UTC
Created attachment 115165 [details] [review]
patch
Comment 2 Federico Mena Quintero 2008-07-24 16:49:43 UTC
Thanks for fixing this (grrr!  unstable APIs!).  Please go ahead and commit.
Comment 3 Cosimo Cecchi 2008-07-24 17:02:26 UTC
Committed to trunk.

2008-07-24  Cosimo Cecchi  <cosimoc@gnome.org>

	http://bugzilla.gnome.org/show_bug.cgi?id=544539	

	* main-menu/src/network-status-agent.c: (nm_get_device_info):
	Fix the build against NetworkManager 0.7 trunk.