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:
Dan Williams
2008-11-20 14:47:08 +00:00
parent 7eb455978b
commit 6e40cdb3a5
6 changed files with 19 additions and 7 deletions

View File

@@ -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;