]> git.lyx.org Git - features.git/commit
Fix this bug:
authorAbdelrazak Younes <younes@lyx.org>
Tue, 17 Jul 2007 09:20:39 +0000 (09:20 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Tue, 17 Jul 2007 09:20:39 +0000 (09:20 +0000)
commit4863cfdf784461ba035abc2978a42fc1638883cd
tree6aba609d9c392d7ff8b4610701ce95687e93c142
parent0b555eba87360e9e946e046c186c5a9ef00d45c7
Fix this bug:

1) create a doc
2) insert an ert inset
3) right-click the inset
4) new window
5) delete the ert inset: BOOM!

This commit replace the static hideDialog signal which was in effect shared by all views with a direct call to Dialog::hide().

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19094 a592a061-630c-0410-9148-cb99ea01b6c8
src/LyX.cpp
src/LyX.h
src/LyXFunc.cpp
src/frontends/Dialogs.cpp
src/frontends/Dialogs.h
src/insets/MailInset.cpp