[Digikam-devel] extragear/graphics/digikam/utilities/imageeditor/editor
Francisco J. Cruz
fj.cruz at supercable.es
Thu Dec 15 22:56:58 GMT 2005
SVN commit 488803 by fjcruz:
Updated load method to adptat it to the new implementation in Canvas and DimgInterface classes.
CCMAIL:digikam-devel at kde.org
M +1 -1 imagewindow.cpp
--- trunk/extragear/graphics/digikam/utilities/imageeditor/editor/imagewindow.cpp #488802:488803
@@ -591,7 +591,7 @@
else
{
kdDebug() << "imagewindow.cpp line 594" << endl;
- m_isReadOnly = m_canvas->load(m_urlCurrent.path());
+ m_isReadOnly = m_canvas->load(m_urlCurrent.path(), 0, 0);
}
m_rotatedOrFlipped = false;
More information about the Digikam-devel
mailing list