network-manager-pptp r22 - in branches/NETWORKMANAGER_0_7: . properties



Author: dcbw
Date: Sat Feb  7 04:52:56 2009
New Revision: 22
URL: http://svn.gnome.org/viewvc/network-manager-pptp?rev=22&view=rev

Log:
2009-02-06  Dan Williams  <dcbw redhat com>

	Patch from Russell Suter <rsuter mxlogic com>

	* properties/advanced-dialog.c
		- (advanced_dialog_new_hash_from_dialog): fix saving MPPE values



Modified:
   branches/NETWORKMANAGER_0_7/ChangeLog
   branches/NETWORKMANAGER_0_7/properties/advanced-dialog.c

Modified: branches/NETWORKMANAGER_0_7/properties/advanced-dialog.c
==============================================================================
--- branches/NETWORKMANAGER_0_7/properties/advanced-dialog.c	(original)
+++ branches/NETWORKMANAGER_0_7/properties/advanced-dialog.c	Sat Feb  7 04:52:56 2009
@@ -385,10 +385,11 @@
 			g_hash_table_insert (hash, g_strdup (NM_PPTP_KEY_REQUIRE_MPPE_40), g_strdup ("yes"));
 			break;
 		default:
-			g_hash_table_insert (hash, g_strdup (NM_PPTP_KEY_REQUIRE_MPPE), g_strdup ("yes"));
 			break;
 		}
 
+		g_hash_table_insert (hash, g_strdup (NM_PPTP_KEY_REQUIRE_MPPE), g_strdup ("yes"));
+
 		widget = glade_xml_get_widget (xml, "ppp_allow_stateful_mppe");
 		if (gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (widget)))
 			g_hash_table_insert (hash, g_strdup (NM_PPTP_KEY_MPPE_STATEFUL), g_strdup ("yes"));



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