[EMAIL PROTECTED] wrote:
On Tue, 24 Oct 2006, Abdelrazak Younes wrote:
(For some reason, while reading the above I assumed that LFUN_WINDOW_CLOSE
would invoke LYX_QUIT if it was the last window.
That's right.
Ok, I'll just modify it slightly. This hould be fine:
The function 'windo
On Tue, 24 Oct 2006, Abdelrazak Younes wrote:
> > (For some reason, while reading the above I assumed that LFUN_WINDOW_CLOSE
> > would invoke LYX_QUIT if it was the last window.
>
> That's right.
Ok, I'll just modify it slightly. This hould be fine:
The function 'window-close' closes t
[EMAIL PROTECTED] wrote:
On Tue, 24 Oct 2006, Abdelrazak Younes wrote:
Hello,
This patch sanitize the different way to exit from lyx:
1) exit request with a direct call to LFUN_WINDOW_CLOSE: user menu.
2) automatic exit when the last window is closed.
Does this change the description in an
On Tue, 24 Oct 2006, Abdelrazak Younes wrote:
> Hello,
>
> This patch sanitize the different way to exit from lyx:
>
> 1) exit request with a direct call to LFUN_WINDOW_CLOSE: user menu.
>
> 2) automatic exit when the last window is closed.
Does this change the description in any way? (For som
Hello,
This patch sanitize the different way to exit from lyx:
1) exit request with a direct call to LFUN_WINDOW_CLOSE: user menu.
2) automatic exit when the last window is closed.
I needed some more small changes to the LFUN in order to make this work
properly for all tested use cases.
Bo,