Backport lyxclient commandline fix.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@26623 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2008-09-29 12:57:07 +00:00
parent 528d9deae2
commit 3e2886b52e
2 changed files with 2 additions and 1 deletions

View File

@ -627,7 +627,7 @@ int main(int argc, char * argv[])
iowatch.wait();
if (iowatch.isset(0)) {
string command;
cin >> command;
getline(cin, command);
if (command == "BYE:") {
server->writeln("BYE:");
saidbye = true;

View File

@ -96,6 +96,7 @@ What's new
- Fix LaTeX output if no graphic driver was selected (part of bug 5294).
- Fix lyxclient to read the whole command line as one command.
* USER INTERFACE