Abdelrazak Younes <[EMAIL PROTECTED]> writes:
| Lars Gullik Bjønnes wrote:
| > Abdelrazak Younes <[EMAIL PROTECTED]> writes:
| > | - lyxserver->emergencyCleanup();
| > | + theApp->server().emergencyCleanup();
| > I must admit that I really dislike the "theApp" name.
| > To me it conveys ab
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes:
>> even "theLyX" had been better.
Abdelrazak> That does not sound right to my hears... Would you prefer
Abdelrazak> LyXApp?
You mean lyxApp, I guess :)
JMarc
Lars Gullik Bjønnes wrote:
Abdelrazak Younes <[EMAIL PROTECTED]> writes:
| - lyxserver->emergencyCleanup();
| + theApp->server().emergencyCleanup();
I must admit that I really dislike the "theApp" name.
To me it conveys absolutely no information.
For me it means "The one and o
Abdelrazak Younes <[EMAIL PROTECTED]> writes:
| Index: lyx_main.C
| ===
| --- lyx_main.C(revision 15112)
| +++ lyx_main.C(working copy)
| @@ -35,12 +35,12 @@
| #include "lyxlex.h"
| #include "lyxrc.h"
| #include "ly
Abdelrazak Younes wrote:
Index: lyxserver.C
===
Hum... please disregard the changes in this file which are obviously not
needed.
Abdel.
--- lyxserver.C (revision 15112)
+++ lyxserver.C (working copy)
@@ -39,13 +39,15 @@
#i
Abdelrazak Younes wrote:
Hello,
As the subject says and as agreed in my latest patch. Will commit soon.
With the patch...
Index: format.C
===
--- format.C(revision 15112)
+++ format.C(working copy)
@@ -16,8 +16,8 @@
#incl
Hello,
As the subject says and as agreed in my latest patch. Will commit soon.
Abdel.