On 08/12/2009 03:37 PM, Vincent van Ravesteijn wrote:
rgheck schreef:
case 2:
return false;
}
-
- // save file names to .lyx/session
- if (tolastopened)
- theSession().lastOpened().add(buf.fileName(), mark_active);
-
- if (buf.parent())
- // Don't close child documents.
- removeWorkArea(currentMainWorkArea());
- else
- theBufferList().release(&buf);
-
return true;
}
@@ -1983,17 +1992,6 @@
It looks as if that code has simply disappeared?
rh
Yes, that code was duplicated. [znip]
I meant the stuff about sessions, etc.
rh