network-manager-applet r761 - in trunk: . src/connection-editor



Author: dcbw
Date: Fri Jun 20 15:46:19 2008
New Revision: 761
URL: http://svn.gnome.org/viewvc/network-manager-applet?rev=761&view=rev

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

	* src/connection-editor/nm-connection-list.c
		- (create_new_connection_for_type): fix adding CDMA connections



Modified:
   trunk/ChangeLog
   trunk/src/connection-editor/nm-connection-list.c

Modified: trunk/src/connection-editor/nm-connection-list.c
==============================================================================
--- trunk/src/connection-editor/nm-connection-list.c	(original)
+++ trunk/src/connection-editor/nm-connection-list.c	Fri Jun 20 15:46:19 2008
@@ -761,7 +761,7 @@
 		type_setting = nm_setting_wireless_new ();
 		s_wireless = NM_SETTING_WIRELESS (type_setting);
 		s_wireless->mode = g_strdup ("infrastructure");
-	} else if (ctype == NM_TYPE_SETTING_GSM) {
+	} else if ((ctype == NM_TYPE_SETTING_GSM) || (ctype == NM_TYPE_SETTING_CDMA)) {
 		/* Since GSM is a placeholder for both GSM and CDMA; ask the user which
 		 * one they really want.
 		 */



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