Re: [Sugar-devel] [PATCH] Wireless key dialog: handle delete_event correctly

2011-09-19 Thread Simon Schampijer
On 09/15/2011 11:43 AM, Daniel Drake wrote: When clicking 'OK' in the key dialog, the response callback correctly destroys the dialog after processing the response. However, this causes _key_dialog_destroy_cb to attempt to process a cancel response, causing an invalid message to be sent over

[Sugar-devel] [PATCH] Wireless key dialog: handle delete_event correctly

2011-09-15 Thread Daniel Drake
When clicking 'OK' in the key dialog, the response callback correctly destroys the dialog after processing the response. However, this causes _key_dialog_destroy_cb to attempt to process a cancel response, causing an invalid message to be sent over dbus (which dbus rejects). Handle delete_event