[network-manager-applet] connection-editor: make slaves autoconnect by default (rh #1083180)
- From: Dan Winship <danw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [network-manager-applet] connection-editor: make slaves autoconnect by default (rh #1083180)
- Date: Mon, 21 Jul 2014 14:25:49 +0000 (UTC)
commit 30f4df4c755ad2eb53bc00778c7aeca9dc37785f
Author: Dan Winship <danw gnome org>
Date: Mon Jul 21 10:25:00 2014 -0400
connection-editor: make slaves autoconnect by default (rh #1083180)
Make slaves autoconnect by default, for consistency with nmcli and
nmtui.
src/connection-editor/page-master.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/connection-editor/page-master.c b/src/connection-editor/page-master.c
index e9c928a..1b89003 100644
--- a/src/connection-editor/page-master.c
+++ b/src/connection-editor/page-master.c
@@ -377,7 +377,7 @@ add_connection (NMConnection *connection,
NM_SETTING_CONNECTION_ID, name,
NM_SETTING_CONNECTION_MASTER, priv->uuid,
NM_SETTING_CONNECTION_SLAVE_TYPE, master_type,
- NM_SETTING_CONNECTION_AUTOCONNECT, FALSE,
+ NM_SETTING_CONNECTION_AUTOCONNECT, TRUE,
NULL);
g_free (name);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]