]> 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 b6f3ec7f7db509772a9651b64d08e34daf4376fc..da128829e69bd3cbb0446f4d379af34f7f79f480 100644 (file)
@@ -21,6 +21,7 @@
 #include "insets/InsetListingsParams.h"
 
 #include "support/convert.h"
+#include "support/debug.h"
 #include "support/gettext.h"
 #include "support/lstrings.h"
 
@@ -347,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;
        
@@ -364,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()) {