system-settings: add timestamp to default auto wired connections (bgo #583756)

This commit is contained in:
Martin Pitt
2010-10-06 17:14:54 -05:00
committed by Dan Williams
parent 61e86600d5
commit febb3d2cb4

View File

@@ -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);