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:
Dan Williams 2008-06-10 02:01:13 +00:00
parent 73946def0e
commit 8203ac2273
2 changed files with 9 additions and 0 deletions

View file

@ -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>
* libnm-glib/nm-device-802-11-wireless.c

View file

@ -962,6 +962,8 @@ clear_act_request (NMDevice *self)
priv->secrets_failed_id = 0;
}
nm_act_request_set_default (priv->act_request, FALSE);
g_object_unref (priv->act_request);
priv->act_request = NULL;
}