Message149228
| Author | roger.serwy |
|---|---|
| Recipients | Bruce.Sherwood, mhuster, roger.serwy, taleinat |
| Date | 2011-12-11.16:32:33 |
| SpamBayes Score | 0.004430983 |
| Marked as misclassified | No |
| Message-id | <1323621154.58.0.918857910687.issue8900@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Attached is a patch to fix the bug. When selecting "Open" from the File Menu, "ishanderrunning" is empty. Unbind/Bind requests are handled synchronously. When pressing "Ctrl+O", "ishandlerrunning" is no longer empty, and the actual bind/unbind events get appended to "doafterhandle". The original code was running these bind/unbind events in REVERSE order by using "pop", so unbind requests were being made (and causing the error) before the proper bind request. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2011-12-11 16:32:34 | roger.serwy | set | recipients: + roger.serwy, taleinat, mhuster, Bruce.Sherwood |
| 2011-12-11 16:32:34 | roger.serwy | set | messageid: <1323621154.58.0.918857910687.issue8900@psf.upfronthosting.co.za> |
| 2011-12-11 16:32:33 | roger.serwy | link | issue8900 messages |
| 2011-12-11 16:32:33 | roger.serwy | create | |