]> git.lyx.org Git - features.git/commitdiff
fix
authorPavel Sanda <sanda@lyx.org>
Tue, 29 Jul 2008 00:36:07 +0000 (00:36 +0000)
committerPavel Sanda <sanda@lyx.org>
Tue, 29 Jul 2008 00:36:07 +0000 (00:36 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25949 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiSelection.cpp

index 8b8ff85836e5ac0a114092520e544afb1b0b4e7b..f483a3b1b2cd3b03ea3db14ff5dd6e8bebb21bd5 100644 (file)
@@ -102,7 +102,7 @@ bool GuiSelection::empty() const
        if (!selection_supported_)
                return true;
 
-       LYXERR(Debug::SELECTION, "GuiSelection::filled: " << text_selection_empty_);
+       LYXERR(Debug::SELECTION, "GuiSelection::filled: " << !text_selection_empty_);
 
        return text_selection_empty_;
 }