]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Dialogs.cpp
next one
[lyx.git] / src / frontends / Dialogs.cpp
index 8f1969553d518f01d96a7cc09874ca234c1d2069..9095d9236926810c0d55db67fa47260c91bc48de 100644 (file)
@@ -194,7 +194,7 @@ void Dialogs::checkStatus()
 
        for(; it != end; ++it) {
                Dialog * const dialog = it->second.get();
-               if (dialog->isVisibleView())
+               if (dialog && dialog->isVisibleView())
                        dialog->checkStatus();
        }
 }