On Fri, Mar 12, 2010 at 11:24 AM, Terry Brown <[email protected]> wrote:

> So, I should push the change below?
>
> Cheer -Terry
>
> === modified file 'leo/core/leoCommands.py'
> --- leo/core/leoCommands.py     2010-03-08 06:58:41 +0000
> +++ leo/core/leoCommands.py     2010-03-12 17:09:11 +0000
> @@ -1418,6 +1418,7 @@
>         ok, frame = g.openWithFileName(fileName,c)
>         if ok:
>             frame.deiconify()
> +            g.doHook("close-frame",c=c)
>             g.app.destroyWindow(c.frame)
>         else:
>             c.mFileName = fileName

Let's try it.  It's a one-line diff.  We can always back out if it
causes unintended consequences.

Edward

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/leo-editor?hl=en.

Reply via email to