]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiInclude.cpp
On Linux show in crash message box the backtrace
[lyx.git] / src / frontends / qt4 / GuiInclude.cpp
index c0d7f81726895e6bbe04fe4a5ed30ff71c32d8db..fe8cc3ba5bb086e2cb9bdcbb534d1a0c6935815c 100644 (file)
@@ -93,6 +93,7 @@ docstring GuiInclude::validate_listings_params()
 {
        // use a cache here to avoid repeated validation
        // of the same parameters
+       // FIXME THREAD
        static string param_cache = string();
        static docstring msg_cache = docstring();
        
@@ -110,6 +111,7 @@ docstring GuiInclude::validate_listings_params()
 
 void GuiInclude::setListingsMsg()
 {
+       // FIXME THREAD
        static bool isOK = true;
        docstring msg = validate_listings_params();
        if (msg.empty()) {