From febb3d2cb460e28b42fc3abeeaaa5b9fc94fde81 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Wed, 6 Oct 2010 17:14:54 -0500 Subject: [PATCH] system-settings: add timestamp to default auto wired connections (bgo #583756) --- src/system-settings/nm-default-wired-connection.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/system-settings/nm-default-wired-connection.c b/src/system-settings/nm-default-wired-connection.c index 54e00d6273..1cda3d9e23 100644 --- a/src/system-settings/nm-default-wired-connection.c +++ b/src/system-settings/nm-default-wired-connection.c @@ -163,6 +163,7 @@ constructor (GType type, NM_SETTING_CONNECTION_AUTOCONNECT, TRUE, NM_SETTING_CONNECTION_UUID, uuid, NM_SETTING_CONNECTION_READ_ONLY, priv->read_only, + NM_SETTING_CONNECTION_TIMESTAMP, time (NULL), NULL); g_free (id);