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
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.