https://bugs.kde.org/show_bug.cgi?id=261417
--- Comment #18 from Mario Frank <mario.fr...@uni-potsdam.de> --- Hey, I found all that spots when I extended the duplicates search to the interval variant. And I did see the contextmenuhelper, too. And I traced the signal-slot-connections. The image preview view signals the stacked view that signals the digikam view. This one then signals either the table or image view which then delete the selected images. In both cases, an update of the modified albums is necessary. Since now multiple SAlbums can be selected and one image can be part of multiple SAlbums, I can have n SAlbums for update. Thus, I first have to find out which albums need to be updated. And since I can jump from an SAlbum with the context menu to a physical album and delete the duplicate image there, I am not even in the context of the duplicates search. Am I overseeing something? Is there a good spot to catch which SAlbums were modified? -- You are receiving this mail because: You are watching all bug changes.