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