summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2014-07-21 10:25:00 -0400
committerDan Winship <danw@gnome.org>2014-07-21 10:25:00 -0400
commit30f4df4c755ad2eb53bc00778c7aeca9dc37785f (patch)
treef86a8a820dae281a492285be4313321476215c04
parent6794fdc0e6368fee7614af0384f13dbc7537f056 (diff)
downloadnetwork-manager-applet-30f4df4c755ad2eb53bc00778c7aeca9dc37785f.tar.gz
connection-editor: make slaves autoconnect by default (rh #1083180)
Make slaves autoconnect by default, for consistency with nmcli and nmtui.
-rw-r--r--src/connection-editor/page-master.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/connection-editor/page-master.c b/src/connection-editor/page-master.c
index e9c928ab..1b89003d 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);