From kde-commits Sat Jan 31 22:54:51 2009 From: Marcel Wiesweg Date: Sat, 31 Jan 2009 22:54:51 +0000 To: kde-commits Subject: extragear/graphics/digikam/digikam Message-Id: <1233442491.900364.4902.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=123344250012362 SVN commit 919421 by mwiesweg: When the item marked with "Go To" actions has been scrolled to once, drop it so that it does not persist. BUG: 180223 M +3 -0 albumiconview.cpp --- trunk/extragear/graphics/digikam/digikam/albumiconview.cpp #919420:919421 @@ -446,6 +446,9 @@ // (the previous ensureItemVisible does not work) setStoredVisibleItem(icon); triggerRearrangement(); + + // use only once (#180223) + d->itemUrlToFind = KUrl(); } }