mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-11 11:08:41 +00:00
ws chanes only
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6313 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
dd5454171d
commit
1583baeb34
@ -1,3 +1,13 @@
|
||||
2003-03-02 Lars Gullik Bjønnes <larsbj@gullik.net>
|
||||
|
||||
* buffer.C: ws changes
|
||||
* BufferView_pimpl.C: ditto
|
||||
* author.C: ditto
|
||||
* buffer.h: ditto
|
||||
* bufferlist.h: ditto
|
||||
* changes.h: ditto
|
||||
* lyxfunc.C: ditto
|
||||
|
||||
2003-02-28 Alfredo Braunstein <abraunst@libero.it>
|
||||
|
||||
* converter.[Ch]: split into itself +
|
||||
|
@ -57,7 +57,7 @@ int AuthorList::record(Author const & a)
|
||||
for (; it != itend; ++it) {
|
||||
if (it->second == a)
|
||||
return it->first;
|
||||
}
|
||||
}
|
||||
|
||||
lyxerr[Debug::CHANGES] << "Adding author " << a << endl;
|
||||
|
||||
|
@ -1370,7 +1370,7 @@ void LyXFunc::dispatch(FuncRequest const & ev, bool verbose)
|
||||
data = InsetERTMailer::params2string(name,
|
||||
InsetERT::Open);
|
||||
}
|
||||
owner->getDialogs().show(name, data, 0);
|
||||
owner->getDialogs().show(name, data, 0);
|
||||
}
|
||||
break;
|
||||
|
||||
@ -1423,7 +1423,7 @@ void LyXFunc::dispatch(FuncRequest const & ev, bool verbose)
|
||||
break;
|
||||
|
||||
case LFUN_DIALOG_DISCONNECT_INSET:
|
||||
owner->getDialogs().disconnect(argument);
|
||||
owner->getDialogs().disconnect(argument);
|
||||
break;
|
||||
|
||||
case LFUN_CHILDOPEN:
|
||||
|
Loading…
Reference in New Issue
Block a user