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 701762 - libnm-glib: fix the object creation warning for remote connections
libnm-glib: fix the object creation warning for remote connections
Status: RESOLVED FIXED
Product: NetworkManager
Classification: Platform
Component: API
unspecified
Other All
: Normal normal
: ---
Assigned To: NetworkManager maintainer(s)
NetworkManager maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2013-06-06 20:41 UTC by Giovanni Campagna
Modified: 2013-06-08 15:27 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
libnm-glib: fix the object creation warning for remote connections (3.55 KB, patch)
2013-06-06 20:41 UTC, Giovanni Campagna
none Details | Review
libnm-glib: fix the object creation warning for remote connections (1.54 KB, patch)
2013-06-07 13:37 UTC, Dan Winship
committed Details | Review

Description Giovanni Campagna 2013-06-06 20:41:03 UTC
I found this because I run libnm-glib master with system (0.9.8) NetworkManager,
and fails accessing the new DBus properties.
Comment 1 Giovanni Campagna 2013-06-06 20:41:05 UTC
Created attachment 246191 [details] [review]
libnm-glib: fix the object creation warning for remote connections

NMRemoteConnection is not a NMObject, so we need to go through
GObject to get a DBus path.
Comment 2 Dan Winship 2013-06-07 13:37:50 UTC
Created attachment 246252 [details] [review]
libnm-glib: fix the object creation warning for remote connections

simpler version; does this work for you?
Comment 3 Giovanni Campagna 2013-06-08 13:22:08 UTC
(In reply to comment #2)
> Created an attachment (id=246252) [details] [review]
> libnm-glib: fix the object creation warning for remote connections
> 
> simpler version; does this work for you?

Yep, it works.
Comment 4 Dan Winship 2013-06-08 15:27:32 UTC
Attachment 246252 [details] pushed as 3b498b3 - libnm-glib: fix the object creation warning for remote connections