mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-05 03:00:29 +01:00
actually test compiling it
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@235 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
parent
4abfc7a779
commit
9bb7adccba
1 changed files with 2 additions and 1 deletions
|
|
@ -942,8 +942,9 @@ static void nmwa_dbus_update_device_wireless_networks (NetworkDevice *dev, NMWir
|
|||
goto out;
|
||||
|
||||
|
||||
if (dev->active)
|
||||
if (dev == applet->active_device)
|
||||
active_network = nmwa_dbus_get_active_network (applet, dev->nm_device, APPLET_STATE_IGNORE);
|
||||
|
||||
if (applet->applet_state == APPLET_STATE_NO_NM)
|
||||
goto out; /* Don't proceed if NetworkManager died during the call to get the active network */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue