mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 21:21:32 +00:00
Greetings to Lars from Scott Kostyshak, cf r40585.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40792 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
f5daafc02b
commit
78508399bc
@ -949,8 +949,8 @@ void MenuDefinition::expandDocuments()
|
|||||||
Buffer * b = first;
|
Buffer * b = first;
|
||||||
// We cannot use a for loop as the buffer list cycles.
|
// We cannot use a for loop as the buffer list cycles.
|
||||||
do {
|
do {
|
||||||
if (guiApp->currentView()
|
if (!(guiApp->currentView()
|
||||||
&& guiApp->currentView()->workArea(*b)) {
|
&& guiApp->currentView()->workArea(*b))) {
|
||||||
QString label = toqstr(b->fileName().displayName(20));
|
QString label = toqstr(b->fileName().displayName(20));
|
||||||
if (!b->isClean())
|
if (!b->isClean())
|
||||||
label += "*";
|
label += "*";
|
||||||
|
Loading…
Reference in New Issue
Block a user