[Digikam-devel] [Bug 143578] New Pan Tool crash
Gilles Caulier
caulier.gilles at gmail.com
Thu Mar 29 09:43:07 BST 2007
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=143578
------- Additional Comments From caulier.gilles gmail com 2007-03-29 10:43 -------
SVN commit 647721 by cgilles:
digikam from trunk : use KPopupFrame::hide() instead KPopupFrame::close(int). Sound like some version of close() method are uncomplete with any KDE version.
CCBUGS: 143578
M +1 -2 canvas.cpp
--- trunk/extragear/graphics/digikam/utilities/imageeditor/canvas/canvas.cpp #647720:647721
@ -1237,8 +1237,7 @
if (b)
{
- int r;
- d->panIconPopup->close(r);
+ d->panIconPopup->hide();
delete d->panIconPopup;
d->panIconPopup = 0;
}
More information about the Digikam-devel
mailing list