network-manager-applet r688 - trunk/src
- From: dcbw svn gnome org
- To: svn-commits-list gnome org
- Subject: network-manager-applet r688 - trunk/src
- Date: Fri, 18 Apr 2008 17:49:11 +0100 (BST)
Author: dcbw
Date: Fri Apr 18 16:49:11 2008
New Revision: 688
URL: http://svn.gnome.org/viewvc/network-manager-applet?rev=688&view=rev
Log:
Fix up for removal of 'usepeerdns' option
Modified:
trunk/src/applet-device-cdma.c
trunk/src/applet-device-gsm.c
Modified: trunk/src/applet-device-cdma.c
==============================================================================
--- trunk/src/applet-device-cdma.c (original)
+++ trunk/src/applet-device-cdma.c Fri Apr 18 16:49:11 2008
@@ -80,7 +80,6 @@
nm_connection_add_setting (connection, NM_SETTING (s_serial));
s_ppp = (NMSettingPPP *) nm_setting_ppp_new ();
- s_ppp->usepeerdns = TRUE; /* This is probably a good default as well */
nm_connection_add_setting (connection, NM_SETTING (s_ppp));
s_con = NM_SETTING_CONNECTION (nm_setting_connection_new ());
Modified: trunk/src/applet-device-gsm.c
==============================================================================
--- trunk/src/applet-device-gsm.c (original)
+++ trunk/src/applet-device-gsm.c Fri Apr 18 16:49:11 2008
@@ -81,7 +81,6 @@
nm_connection_add_setting (connection, NM_SETTING (s_serial));
s_ppp = (NMSettingPPP *) nm_setting_ppp_new ();
- s_ppp->usepeerdns = TRUE; /* This is probably a good default as well */
nm_connection_add_setting (connection, NM_SETTING (s_ppp));
s_con = NM_SETTING_CONNECTION (nm_setting_connection_new ());
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]