2008-11-20 Dan Williams <dcbw@redhat.com>
* libnm-util/nm-setting.c libnm-util/nm-setting.h libnm-util/libnm-util.ver - (nm_setting_new_from_hash): rename from nm_setting_from_hash() to be consistent with nm_connection_new_from_hash() * src/nm-activation-request.c libnm-util/nm-connection.c - Handle rename git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@4312 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
@@ -418,7 +418,7 @@ update_one_setting (const char* key,
|
||||
if (type == 0)
|
||||
return;
|
||||
|
||||
setting = nm_setting_from_hash (type, setting_hash);
|
||||
setting = nm_setting_new_from_hash (type, setting_hash);
|
||||
if (setting) {
|
||||
NMSetting *s_8021x = NULL;
|
||||
GSList *all_settings = NULL;
|
||||
|
Reference in New Issue
Block a user