From 4950abfb8746ace52d333c03c33588b4bb425346 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Klime=C5=A1?= Date: Thu, 18 Apr 2013 11:38:08 +0200 Subject: [PATCH] trivial: update comments for 'new' --> 'new_connection' renaming --- src/settings/nm-settings-connection.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/settings/nm-settings-connection.c b/src/settings/nm-settings-connection.c index 63fd97beca..5c5e040731 100644 --- a/src/settings/nm-settings-connection.c +++ b/src/settings/nm-settings-connection.c @@ -368,8 +368,8 @@ secrets_cleared_cb (NMSettingsConnection *self) priv->agent_secrets = NULL; } -/* Update the settings of this connection to match that of 'new', taking care to - * make a private copy of secrets. +/* Update the settings of this connection to match that of 'new_connection', + * taking care to make a private copy of secrets. */ gboolean nm_settings_connection_replace_settings (NMSettingsConnection *self, @@ -424,10 +424,10 @@ ignore_cb (NMSettingsConnection *connection, { } -/* Replaces the settings in this connection with those in 'new'. If any changes - * are made, commits them to permanent storage and to any other subsystems - * watching this connection. Before returning, 'callback' is run with the given - * 'user_data' along with any errors encountered. +/* Replaces the settings in this connection with those in 'new_connection'. If + * any changes are made, commits them to permanent storage and to any other + * subsystems watching this connection. Before returning, 'callback' is run + * with the given 'user_data' along with any errors encountered. */ void nm_settings_connection_replace_and_commit (NMSettingsConnection *self,