~network-manager/network-manager/ubuntu.hardy.07

« back to all changes in this revision

Viewing changes to src/NetworkManagerUtils.c

* merge 0.7~~svn20080905t025540+eni0 snapshot to hardy branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
452
452
                        g_hash_table_insert (connection_props,
453
453
                                             NMD_CONNECTION_PROPS_SERVICE_NAME,
454
454
                                             str_to_gvalue (NM_DBUS_SERVICE_USER_SETTINGS));
455
 
                } else if (nm_connection_get_scope (connection) == NM_CONNECTION_SCOPE_USER) {
 
455
                } else if (nm_connection_get_scope (connection) == NM_CONNECTION_SCOPE_SYSTEM) {
456
456
                        g_hash_table_insert (connection_props,
457
457
                                             NMD_CONNECTION_PROPS_SERVICE_NAME,
458
458
                                             str_to_gvalue (NM_DBUS_SERVICE_SYSTEM_SETTINGS));