Bug 98026

Summary: Cannot set album thumbnail by drag'n'drop
Product: [Applications] digikam Reporter: Gilles Schintgen <gschintgen>
Component: Usability-Drag&DropAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: caulier.gilles
Priority: NOR    
Version: 0.7.1   
Target Milestone: ---   
Platform: Gentoo Packages   
OS: Linux   
Latest Commit: Version Fixed In: 7.5.0

Description Gilles Schintgen 2005-01-27 22:59:10 UTC
Version:           0.7.1 (using KDE KDE 3.3.2)
Installed from:    Gentoo Packages
OS:                Linux

When I drop an image to the album name, a popup appears asking for confirmation to change the album thumbnail, but it doesn't work. Right-clicking the image and clicking "Set as Album Thumbnail" works just fine.
Comment 1 Joern Ahrens 2005-01-27 23:40:09 UTC
CVS commit by jahrens: 

BUG: 98026


  M +1 -1      albumfolderview.cpp   1.71


--- kdeextragear-3/digikam/digikam/albumfolderview.cpp  #1.70:1.71
@@ -1618,5 +1618,5 @@ void AlbumFolderView::phyAlbumDropEvent(
                 QString errMsg;
                 AlbumManager::instance()->updatePAlbumIcon(destAlbum,
-                    urls.first().path(), true, errMsg);
+                    urls.first().filename(), true, errMsg);
             }
             return;


Comment 2 Gilles Schintgen 2005-01-27 23:48:20 UTC
On Thursday 27 January 2005 23:40, Joern Ahrens wrote:
>            What    |Removed                     |Added
> ---------------------------------------------------------------------------
>              Status|UNCONFIRMED                 |RESOLVED
>          Resolution|                            |FIXED

Wow, that was fast! Great!