Bug 104980

Summary: after discarding changes of a photo, showfoto ask if (not yet done) changes of the next photo should be save/discard too
Product: [Applications] digikam Reporter: Achim Bohnet <ach>
Component: Showfoto-SaveAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In: 7.6.0

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.