]> git.lyx.org Git - lyx.git/commitdiff
oups!
authorAbdelrazak Younes <younes@lyx.org>
Wed, 16 Jul 2008 09:46:07 +0000 (09:46 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Wed, 16 Jul 2008 09:46:07 +0000 (09:46 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25660 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiImage.cpp

index 2e83bd63909631738e739a830c67d5aa4d400278..80cb94f9198b2482eae368bb76b409d100cf9ef2 100644 (file)
@@ -86,7 +86,7 @@ bool GuiImage::setPixmap(Params const & params)
                return false;
 
        if (original_.isNull()) {
-               if (original_.load(fname_))
+               if (!original_.load(fname_))
                        return false;
        }