mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-30 12:00:11 +01:00
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:
parent
e57d18b75e
commit
1e741a298e
2 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue