misc. bits, all trivial

git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1731 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
Robert Love
2006-05-11 21:31:43 +00:00
parent 47cd0bba11
commit 8628b47086
2 changed files with 1 additions and 1 deletions

View File

@@ -281,7 +281,6 @@ NMDbusMethodList *nm_dbus_net_methods_setup (void)
NMDbusMethodList *list = nm_dbus_method_list_new (nm_dbus_net_validate);
nm_dbus_method_list_add_method (list, "getProperties", nm_dbus_net_get_properties);
nm_dbus_method_list_add_method (list, "getName", nm_dbus_net_get_name);
nm_dbus_method_list_add_method (list, "getAddress", nm_dbus_net_get_address);
nm_dbus_method_list_add_method (list, "getStrength", nm_dbus_net_get_strength);