2008-10-08 Tambet Ingo <tambet@gmail.com>

* system-settings/plugins/keyfile/nm-keyfile-connection.c (update): Update the
	connection with new settings before saving it.

git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@4154 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
Tambet Ingo 2008-10-08 14:51:06 +00:00
parent e57d18b75e
commit 1e741a298e
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2008-10-08 Tambet Ingo <tambet@gmail.com>
* system-settings/plugins/keyfile/nm-keyfile-connection.c (update): Update the
connection with new settings before saving it.
2008-10-06 Dan Williams <dcbw@redhat.com>
* src/nm-ip4-config.c

View file

@ -195,6 +195,7 @@ update (NMExportedConnection *exported,
char *filename = NULL;
connection = nm_exported_connection_get_connection (exported);
nm_connection_replace_settings (connection, new_settings);
success = write_connection (connection, &filename, error);
if (success && filename && strcmp (priv->filename, filename)) {
/* Update the filename if it changed */