mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-03-10 03:10:31 +01:00
2005-05-10 Dan Williams <dcbw@redhat.com>
* gnome/applet/applet-dbus-device.c
- (nmwa_dbus_set_device): remove check for valid key and key type, which
prevented just entering ESSID and leaving key and key type up to
NetworkManager (which should have them already cached)
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@617 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
parent
5d7d819af9
commit
d45f1ca305
2 changed files with 7 additions and 3 deletions
|
|
@ -1,3 +1,10 @@
|
|||
2005-05-10 Dan Williams <dcbw@redhat.com>
|
||||
|
||||
* gnome/applet/applet-dbus-device.c
|
||||
- (nmwa_dbus_set_device): remove check for valid key and key type, which
|
||||
prevented just entering ESSID and leaving key and key type up to
|
||||
NetworkManager (which should have them already cached)
|
||||
|
||||
2005-05-08 Dan Williams <dcbw@redhat.com>
|
||||
|
||||
* src/NetworkManagerPolicy.c
|
||||
|
|
|
|||
|
|
@ -1057,9 +1057,6 @@ void nmwa_dbus_set_device (DBusConnection *connection, NetworkDevice *dev, const
|
|||
g_return_if_fail (connection != NULL);
|
||||
g_return_if_fail (dev != NULL);
|
||||
|
||||
if (network_device_is_wireless (dev) && !passphrase && (key_type != -1))
|
||||
return;
|
||||
|
||||
if ((message = dbus_message_new_method_call (NM_DBUS_SERVICE, NM_DBUS_PATH, NM_DBUS_INTERFACE, "setActiveDevice")))
|
||||
{
|
||||
const char *dev_path = network_device_get_nm_path (dev);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue