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:
Christopher Aillon 2005-09-05 16:30:52 +00:00 committed by Chris Aillon
parent 722918d789
commit f0297b8c5d
2 changed files with 6 additions and 5 deletions

View file

@ -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>

View file

@ -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);
}