[network-manager-applet] connection-editor: add missing "virtual" flag to VLAN type info
- From: Dan Winship <danw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [network-manager-applet] connection-editor: add missing "virtual" flag to VLAN type info
- Date: Thu, 4 Oct 2012 18:32:33 +0000 (UTC)
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]