mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
do not unnecessarily crash on shutdown...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22070 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
a332008ff8
commit
33967822bb
@ -41,7 +41,8 @@ void MailInset::updateDialog(BufferView * bv) const
|
||||
|
||||
void MailInset::hideDialog() const
|
||||
{
|
||||
theApp()->hideDialogs(name(), &inset());
|
||||
if (theApp())
|
||||
theApp()->hideDialogs(name(), &inset());
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user