]> git.lyx.org Git - features.git/blobdiff - src/insets/insetcommand.C
change "support/std_sstream.h" to <sstream>
[features.git] / src / insets / insetcommand.C
index a1bcc722797d3251f6232d7fad3e3e0f1c5c4eb8..77a357b05eec3321777c47dfed2bf7bf1fa9bed6 100644 (file)
@@ -19,7 +19,7 @@
 #include "lyxlex.h"
 #include "metricsinfo.h"
 
-#include "support/std_sstream.h"
+#include <sstream>
 
 
 using std::string;
@@ -101,6 +101,10 @@ int InsetCommand::docbook(Buffer const &, ostream &,
 void InsetCommand::priv_dispatch(LCursor & cur, FuncRequest & cmd)
 {
        switch (cmd.action) {
+       case LFUN_INSET_REFRESH:
+               set_label_ = false;
+               break;
+
        case LFUN_INSET_MODIFY: {
                InsetCommandParams p;
                InsetCommandMailer::string2params(mailer_name_, cmd.argument, p);