mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-08 12:28:11 +02:00
Wed Sep 22 14:19:48 2004 Jonathan Blandford <jrb@redhat.com>
* panel-applet/NMWirelessApplet.c: Only add essid's if we actually
have a wireless card.
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@171 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
parent
572cb80fe9
commit
4abfaae2b6
2 changed files with 8 additions and 2 deletions
|
|
@ -1,3 +1,8 @@
|
||||||
|
Wed Sep 22 14:19:48 2004 Jonathan Blandford <jrb@redhat.com>
|
||||||
|
|
||||||
|
* panel-applet/NMWirelessApplet.c: Only add essid's if we actually
|
||||||
|
have a wireless card.
|
||||||
|
|
||||||
Wed Sep 22 14:05:48 2004 Jonathan Blandford <jrb@redhat.com>
|
Wed Sep 22 14:05:48 2004 Jonathan Blandford <jrb@redhat.com>
|
||||||
|
|
||||||
* panel-applet/NMWirelessApplet.c: move the custom essid item.
|
* panel-applet/NMWirelessApplet.c: move the custom essid item.
|
||||||
|
|
|
||||||
|
|
@ -756,8 +756,9 @@ static void nmwa_menu_add_devices (GtkWidget *menu, NMWirelessApplet *applet)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Add the 'Select a custom esssid entry */
|
if (n_wireless_interfaces > 0)
|
||||||
nmwa_menu_add_custom_essid_item (menu, applet);
|
/* Add the 'Select a custom esssid entry */
|
||||||
|
nmwa_menu_add_custom_essid_item (menu, applet);
|
||||||
|
|
||||||
g_mutex_unlock (applet->data_mutex);
|
g_mutex_unlock (applet->data_mutex);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue