network-manager-applet r1037 - in trunk: . src



Author: dcbw
Date: Thu Nov 20 15:35:21 2008
New Revision: 1037
URL: http://svn.gnome.org/viewvc/network-manager-applet?rev=1037&view=rev

Log:
2008-11-20  Dan Williams  <dcbw redhat com>

	* src/applet-device-wifi.c
		- (wireless_dialog_response_cb): update for nm_setting_new_from_hash()



Modified:
   trunk/ChangeLog
   trunk/src/applet-device-wifi.c

Modified: trunk/src/applet-device-wifi.c
==============================================================================
--- trunk/src/applet-device-wifi.c	(original)
+++ trunk/src/applet-device-wifi.c	Thu Nov 20 15:35:21 2008
@@ -1363,7 +1363,7 @@
 					NMSetting *dup_setting;
 
 					hash = nm_setting_to_hash (NM_SETTING (s_wireless_sec));
-					dup_setting = nm_setting_from_hash (NM_TYPE_SETTING_WIRELESS_SECURITY, hash);
+					dup_setting = nm_setting_new_from_hash (NM_TYPE_SETTING_WIRELESS_SECURITY, hash);
 					g_hash_table_destroy (hash);
 					nm_connection_add_setting (fuzzy_match, dup_setting);
 				}



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]