[network-manager-applet] editor: fix changing IPv6 config to "Ignore"



commit 7910fdd07fdcdcb5bc328e4f4894c6bc8daf3212
Author: Dan Winship <danw gnome org>
Date:   Wed Aug 12 10:44:18 2009 -0400

    editor: fix changing IPv6 config to "Ignore"

 src/connection-editor/page-ip6.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/src/connection-editor/page-ip6.c b/src/connection-editor/page-ip6.c
index 380cd32..3073b6c 100644
--- a/src/connection-editor/page-ip6.c
+++ b/src/connection-editor/page-ip6.c
@@ -723,6 +723,9 @@ ui_to_setting (CEPageIP6 *self)
 	}
 
 	switch (int_method) {
+	case IP6_METHOD_IGNORE:
+		method = NM_SETTING_IP6_CONFIG_METHOD_IGNORE;
+		break;
 	case IP6_METHOD_LINK_LOCAL:
 		method = NM_SETTING_IP6_CONFIG_METHOD_LINK_LOCAL;
 		break;



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