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:
Jonathan Blandford 2004-09-22 18:23:01 +00:00
parent 572cb80fe9
commit 4abfaae2b6
2 changed files with 8 additions and 2 deletions

View file

@ -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>
* panel-applet/NMWirelessApplet.c: move the custom essid item.

View file

@ -756,8 +756,9 @@ static void nmwa_menu_add_devices (GtkWidget *menu, NMWirelessApplet *applet)
}
}
/* Add the 'Select a custom esssid entry */
nmwa_menu_add_custom_essid_item (menu, applet);
if (n_wireless_interfaces > 0)
/* Add the 'Select a custom esssid entry */
nmwa_menu_add_custom_essid_item (menu, applet);
g_mutex_unlock (applet->data_mutex);
}