From kde-bugs-dist Wed Oct 20 21:22:23 2004 From: Joern Ahrens Date: Wed, 20 Oct 2004 21:22:23 +0000 To: kde-bugs-dist Subject: [Bug 91740] 'Unknown' album name that can't be renamed Message-Id: <20041020212223.24607.qmail () ktown ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-bugs-dist&m=109830736114335 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. http://bugs.kde.org/show_bug.cgi?id=91740 kde jokele de changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED ------- Additional Comments From kde jokele de 2004-10-20 23:22 ------- CVS commit by jahrens: Chag stored images in his root album which he tried to move. Since the root album is only an organisational one, now preventing it from displaying images in the iconview. CCMAIL: 91740-done bugs kde org M +3 -0 albumiconview.cpp 1.89 --- kdeextragear-3/digikam/digikam/albumiconview.cpp #1.88:1.89 @ -342,4 +342,7 @ void AlbumIconView::refreshIcon(AlbumIco void AlbumIconView::slotImageListerNewItems(const KFileItemList& itemList) { + if(d->currentAlbum->isRoot()) + return; + KFileItem* item;