Revision 625731

Go back to digest for 21st January 2007

Bug Fixes in Graphics

Marcel Wiesweg committed changes in /trunk/extragear/graphics/digikam/utilities/imageeditor/canvas/dimginterface.h:

Fix a linking problem with showfoto, image plugins and --enable-gcc-hidden-visibility:
All image plugins link to libdigikam.so.
The showfoto executable however does not link to this lib, but statically links the relevant parts.

With visibility hidden, now the linker obviously cannot see the already linked DImgInterface class, and there would be two different static variables for DImgInterface::instance(). One with the loaded image, the other (from the image plugins) with a null image.

File Changes

Modified 1 files
  • /trunk/extragear/graphics/digikam/utilities/imageeditor/canvas/dimginterface.h
1 files changed in total