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:
Dan Williams
2005-05-10 14:38:57 +00:00
parent 5d7d819af9
commit d45f1ca305
2 changed files with 7 additions and 3 deletions

View File

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

View File

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