git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25660 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2008-07-16 09:46:07 +00:00
parent 79036bcede
commit 5013a5cef9

View 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;
}