Merged NM{Exported,Sysconfig}Connection

In continuation of the theme, the removal of user settings services
means that the distinction between NMSysconfigConnection and
NMExportedConnection is no longer needed. Merge NMExportedConnection
into NMSysconfigConnection.
This commit is contained in:
Daniel Gnoutcheff
2010-08-02 20:15:16 -04:00
parent da6816a03b
commit aee48901f4
16 changed files with 251 additions and 397 deletions

View File

@@ -458,7 +458,7 @@ SCPluginIfupdown_init (NMSystemConfigInterface *config)
for (cl_iter = con_list; cl_iter; cl_iter = g_list_next (cl_iter)) {
g_signal_emit_by_name (self,
NM_SYSTEM_CONFIG_INTERFACE_CONNECTION_ADDED,
NM_EXPORTED_CONNECTION (cl_iter->data));
NM_SYSCONFIG_CONNECTION (cl_iter->data));
}
g_list_free (con_list);
}