mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
Fix bug #11635
This commit is contained in:
parent
bb0117d182
commit
46f1f6f1cb
@ -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());
|
||||
|
Loading…
Reference in New Issue
Block a user