]> git.lyx.org Git - features.git/commit
Fix bug #6188: Assertion with multiple views of same document.
authorVincent van Ravesteijn <vfr@lyx.org>
Sat, 12 Sep 2009 23:50:03 +0000 (23:50 +0000)
committerVincent van Ravesteijn <vfr@lyx.org>
Sat, 12 Sep 2009 23:50:03 +0000 (23:50 +0000)
commit6494fc15c198a26582938a1e7b550fc1809c7b70
treeeaf280d984395a4a8e2816300ac09eaeace2dfc1
parent4ca416ec6358594a515fa397415bd6c1c7e5c217
Fix bug #6188: Assertion with multiple views of same document.

We have to prevent that two views share the same ID, also when an id was supplied (because we can open the same document twice).

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31381 a592a061-630c-0410-9148-cb99ea01b6c8
src/frontends/qt4/GuiApplication.cpp