[Digikam-devel] [Bug 171310] No preview photos shown clicking on imported albums
Marcel Wiesweg
marcel.wiesweg at gmx.de
Fri Sep 19 13:07:44 BST 2008
http://bugs.kde.org/show_bug.cgi?id=171310
Marcel Wiesweg marcel wiesweg gmx de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
--- Comment #8 from Marcel Wiesweg <marcel wiesweg gmx de> 2008-09-19 14:07:42 ---
SVN commit 862616 by mwiesweg:
Restore these lines. I copied them and then inadvertently deleted them.
BUG:171310
M +2 -0 albummanager.cpp
--- trunk/extragear/graphics/digikam/digikam/albummanager.cpp #862615:862616
@@ -2086,6 +2086,8 @@
{
case AlbumChangeset::Added:
case AlbumChangeset::Deleted:
+ if (!d->scanPAlbumsTimer->isActive())
+ d->scanPAlbumsTimer->start();
break;
case AlbumChangeset::Renamed:
case AlbumChangeset::PropertiesChanged:
--
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Digikam-devel
mailing list