mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-05 02:57:58 +02:00
2005-09-05 Christopher Aillon <caillon@redhat.com>
* gnome/applet/applet-dbus-devices.c: Remove duplicate call to network_device_set_strength git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@936 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
parent
722918d789
commit
f0297b8c5d
2 changed files with 6 additions and 5 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2005-09-05 Christopher Aillon <caillon@redhat.com>
|
||||
|
||||
* gnome/applet/applet-dbus-devices.c: Remove duplicate call to
|
||||
network_device_set_strength
|
||||
|
||||
2005-09-04 Dan Williams <dcbw@redhat.com>
|
||||
|
||||
Patch from Bill Nottingham <notting@redhat.com>
|
||||
|
|
|
|||
|
|
@ -1117,11 +1117,7 @@ static void nmwa_dbus_update_device_strength_cb (DBusPendingCall *pcall, void *u
|
|||
{
|
||||
NetworkDevice *dev;
|
||||
|
||||
/* Update strength on dbus active device */
|
||||
if ((dev = nmwa_get_device_for_nm_path (applet->device_list, cb_data->dev_path)))
|
||||
network_device_set_strength (dev, strength);
|
||||
|
||||
/* Update strength on gui active device too */
|
||||
/* Update strength on device */
|
||||
if ((dev = nmwa_get_device_for_nm_path (applet->device_list, cb_data->dev_path)))
|
||||
network_device_set_strength (dev, strength);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue