2008-06-09 Dan Williams <dcbw@redhat.com>
* src/nm-device.c - (clear_act_request): unset the 'default' property of the activation request when clearing it to ensure the property changed signal gets delivered and handled git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3735 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
@@ -1,3 +1,10 @@
|
|||||||
|
2008-06-09 Dan Williams <dcbw@redhat.com>
|
||||||
|
|
||||||
|
* src/nm-device.c
|
||||||
|
- (clear_act_request): unset the 'default' property of the activation
|
||||||
|
request when clearing it to ensure the property changed signal gets
|
||||||
|
delivered and handled
|
||||||
|
|
||||||
2008-06-09 Dan Williams <dcbw@redhat.com>
|
2008-06-09 Dan Williams <dcbw@redhat.com>
|
||||||
|
|
||||||
* libnm-glib/nm-device-802-11-wireless.c
|
* libnm-glib/nm-device-802-11-wireless.c
|
||||||
|
@@ -962,6 +962,8 @@ clear_act_request (NMDevice *self)
|
|||||||
priv->secrets_failed_id = 0;
|
priv->secrets_failed_id = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
nm_act_request_set_default (priv->act_request, FALSE);
|
||||||
|
|
||||||
g_object_unref (priv->act_request);
|
g_object_unref (priv->act_request);
|
||||||
priv->act_request = NULL;
|
priv->act_request = NULL;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user