]> git.lyx.org Git - features.git/commitdiff
Cosmetics.
authorRichard Heck <rgheck@comcast.net>
Mon, 17 Mar 2008 01:10:45 +0000 (01:10 +0000)
committerRichard Heck <rgheck@comcast.net>
Mon, 17 Mar 2008 01:10:45 +0000 (01:10 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23780 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiToolbar.cpp

index a634dbe164e0788f2cdd8727fff3a0294a0eb93d..22139f9fe8675272607c25b75a84b353bf4ee258 100644 (file)
@@ -761,7 +761,7 @@ void GuiLayoutBox::updateContents(bool reset)
        // or we've moved from one inset to another
        DocumentClass const * text_class = &buffer->params().documentClass();
        Inset const * inset = 
-       owner_.view()->cursor().innerParagraph().inInset();
+               owner_.view()->cursor().innerParagraph().inInset();
        if (!reset && text_class_ == text_class && inset_ == inset) {
                set(owner_.view()->cursor().innerParagraph().layout().name());
                return;