mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
parent
1dbc2f30d5
commit
d1feeaaf2d
@ -1002,6 +1002,9 @@ struct Sleep : QThread
|
||||
|
||||
bool LyXComm::loadFilesInOtherInstance()
|
||||
{
|
||||
if (theFilesToLoad().size() == 0)
|
||||
return true;
|
||||
|
||||
int pipefd;
|
||||
int loaded_files = 0;
|
||||
FileName const pipe(inPipeName());
|
||||
|
@ -67,6 +67,8 @@ What's new
|
||||
|
||||
- Fix problems with apostrophe in path on Windows (bug 9368).
|
||||
|
||||
- Don't open a new instance just because no files are given (bug 11635).
|
||||
|
||||
|
||||
* USER INTERFACE
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user