| Summary: | Cannot set album thumbnail by drag'n'drop | ||
|---|---|---|---|
| Product: | [Applications] digikam | Reporter: | Gilles Schintgen <gschintgen> |
| Component: | Usability-Drag&Drop | Assignee: | Digikam Developers <digikam-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | caulier.gilles |
| Priority: | NOR | ||
| Version First Reported In: | 0.7.1 | ||
| Target Milestone: | --- | ||
| Platform: | Gentoo Packages | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | 7.5.0 | |
| Sentry Crash Report: | |||
|
Description
Gilles Schintgen
2005-01-27 22:59:10 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;
On Thursday 27 January 2005 23:40, Joern Ahrens wrote:
> What |Removed |Added
> ---------------------------------------------------------------------------
> Status|UNCONFIRMED |RESOLVED
> Resolution| |FIXED
Wow, that was fast! Great!
|