[network-manager-applet] connection-editor: add missing "virtual" flag to VLAN type info



commit 80b7d63fd6165882daee35bcc65416c8bb45585e
Author: Dan Winship <danw gnome org>
Date:   Thu Oct 4 14:31:39 2012 -0400

    connection-editor: add missing "virtual" flag to VLAN type info

 src/connection-editor/new-connection.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/connection-editor/new-connection.c b/src/connection-editor/new-connection.c
index 4dc20bd..af8ea22 100644
--- a/src/connection-editor/new-connection.c
+++ b/src/connection-editor/new-connection.c
@@ -142,6 +142,7 @@ get_connection_type_list (void)
 	data.name = _("VLAN");
 	data.new_connection_func = vlan_connection_new;
 	data.setting_type = NM_TYPE_SETTING_VLAN;
+	data.virtual = TRUE;
 	g_array_append_val (array, data);
 
 	/* Add "VPN" only if there are plugins */



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