]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/controllers/ControlPreamble.C
The reference dialog now disconnects from the inset on Apply. Its behaviour
[lyx.git] / src / frontends / controllers / ControlPreamble.C
index 38b808f29e31da71f8fb856873c20ccab3c3165a..08eaf67eee8c5378ed0ddcadecdaae2751581873 100644 (file)
@@ -28,7 +28,7 @@ ControlPreamble::ControlPreamble(LyXView & lv, Dialogs & d)
        : ControlDialog<ControlConnectBD>(lv, d),
          params_(0)
 {
-    d_.showPreamble.connect(SigC::slot(this, &ControlPreamble::show));
+       d_.showPreamble.connect(SigC::slot(this, &ControlPreamble::show));
 }