Bug 104980 - after discarding changes of a photo, showfoto ask if (not yet done) changes of the next photo should be save/discard too
Summary: after discarding changes of a photo, showfoto ask if (not yet done) changes o...
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Showfoto-Save (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-02 19:30 UTC by Achim Bohnet
Modified: 2022-02-05 05:01 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In: 7.6.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Achim Bohnet 2005-05-02 19:30:37 UTC
Version:           0.2.0 (using KDE 3.4.0, Debian Package 4:3.4.0-0pre4 (3.1))
Compiler:          gcc version 3.3.5 (Debian 1:3.3.5-8)
OS:                Linux (i686) release 2.6.11-1-686

showfoto 0.7.3

   o load some images
   o rotate one image
   o press page down.
   o dialog pops up, choose 'Discard' changes

==> second dialog pop up and asks save/discard/changes 
of the next image that is no even shows yet.

Achim
Comment 1 Tom Albers 2005-08-22 00:17:29 UTC
just fixed it (commit had wrong bugnumber).

r451827 | toma | 2005-08-22 00:12:56 +0200 (Mon, 22 Aug 2005) | 3 lines

when changing an image and pressing next, the method next and the methos openURL are trying to save the changed images. So that results in two dialogs. With this little patch I disable the save menu entry after the first time a users indicates he wants to discard the image changes, so it will not popup in the next method.