mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-30 19:00:11 +01:00
accidental commit
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@928 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
parent
8913e061fe
commit
9a939e7b47
1 changed files with 1 additions and 2 deletions
|
|
@ -847,9 +847,8 @@ static void nmwa_dbus_update_dialup_cb (DBusPendingCall *pcall, void *user_data)
|
|||
applet->dialup_list = NULL;
|
||||
}
|
||||
|
||||
for (item = dialup_devices; *item; item++) {
|
||||
for (item = dialup_devices; *item; item++)
|
||||
applet->dialup_list = g_slist_append (applet->dialup_list, g_strdup (*item));
|
||||
}
|
||||
|
||||
dbus_free_string_array (dialup_devices);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue