[Digikam-devel] [Bug 132081] Critical: ShowFoto silently aborts saving image when closed
Marcel Wiesweg
marcel.wiesweg at gmx.de
Sun Aug 13 13:52:40 BST 2006
------- 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=132081
marcel.wiesweg gmx de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcel.wiesweg gmx de 2006-08-13 14:52 -------
SVN commit 572636 by mwiesweg:
Wait for saving to complete in ImageWindow as well
BUG: 132081
M +4 -0 imagewindow.cpp
--- trunk/extragear/graphics/digikam/utilities/imageeditor/editor/imagewindow.cpp #572635:572636
@ -161,6 +161,10 @
if (!e)
return;
+ // wait if a save operation is currently running
+ if (!waitForSavingToComplete())
+ return;
+
if (!promptUserSave(m_urlCurrent))
return;
More information about the Digikam-devel
mailing list