fix -x commandline switch

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10010 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Georg Baum 2005-06-07 16:50:01 +00:00
parent 629dab57aa
commit 2d28f7c449
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2005-06-07 Georg Baum <Georg.Baum@post.rwth-aachen.de>
* lyx_main.C (parse_execute): Fix last fix: is_gui = false
effectively disabled -x
2005-06-06 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
* BufferView_pimpl.C (getStatus): enable LFUN_GOTO_NOTE only

View File

@ -885,7 +885,6 @@ int parse_execute(string const & arg, string const &)
exit(1);
}
batch = arg;
is_gui = false;
return 1;
}