mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-26 14:15:32 +00:00
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:
parent
629dab57aa
commit
2d28f7c449
@ -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
|
||||
|
@ -885,7 +885,6 @@ int parse_execute(string const & arg, string const &)
|
||||
exit(1);
|
||||
}
|
||||
batch = arg;
|
||||
is_gui = false;
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user