]> git.lyx.org Git - lyx.git/blobdiff - src/lyxfunc.C
Minimal fix needed to give Qt a label dialog again.
[lyx.git] / src / lyxfunc.C
index f14984b7f1c134715f3d5c54a4632b1a0a13b1d3..ee199e8291f61e1154abd420ded505c0ee90ba80 100644 (file)
@@ -1370,7 +1370,7 @@ void LyXFunc::dispatch(FuncRequest const & ev, bool verbose)
                        data = InsetERTMailer::params2string(name,
                                                             InsetERT::Open);
                }
-                owner->getDialogs().show(name, data, 0);
+               owner->getDialogs().show(name, data, 0);
        }
        break;
 
@@ -1423,7 +1423,7 @@ void LyXFunc::dispatch(FuncRequest const & ev, bool verbose)
                break;
 
        case LFUN_DIALOG_DISCONNECT_INSET:
-                owner->getDialogs().disconnect(argument);
+               owner->getDialogs().disconnect(argument);
                break;
 
        case LFUN_CHILDOPEN: