settings: fix connection removed signal for default wired connection

Somewhat confusingly named signals...
This commit is contained in:
Dan Williams 2011-02-15 12:27:52 -06:00
parent 745c262568
commit 47bc080af8

View file

@ -752,7 +752,7 @@ remove_default_wired_connection (NMSettings *self,
const char *path = nm_connection_get_path (NM_CONNECTION (connection));
if (g_hash_table_lookup (priv->connections, path)) {
g_signal_emit_by_name (G_OBJECT (connection), NM_SETTINGS_SIGNAL_CONNECTION_REMOVED);
g_signal_emit_by_name (G_OBJECT (connection), NM_SETTINGS_CONNECTION_REMOVED);
g_hash_table_remove (priv->connections, path);
}
}