From 2d28f7c44984440c4fbc5c439587c329a8914781 Mon Sep 17 00:00:00 2001 From: Georg Baum Date: Tue, 7 Jun 2005 16:50:01 +0000 Subject: [PATCH] fix -x commandline switch git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10010 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/ChangeLog | 5 +++++ src/lyx_main.C | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index a7f6265ee8..434fae579b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2005-06-07 Georg Baum + + * lyx_main.C (parse_execute): Fix last fix: is_gui = false + effectively disabled -x + 2005-06-06 Jürgen Spitzmüller * BufferView_pimpl.C (getStatus): enable LFUN_GOTO_NOTE only diff --git a/src/lyx_main.C b/src/lyx_main.C index 7edfa90ae7..01c2aaafff 100644 --- a/src/lyx_main.C +++ b/src/lyx_main.C @@ -885,7 +885,6 @@ int parse_execute(string const & arg, string const &) exit(1); } batch = arg; - is_gui = false; return 1; } -- 2.39.2