From kde-commits Fri Oct 31 23:33:52 2008 From: Marcel Wiesweg Date: Fri, 31 Oct 2008 23:33:52 +0000 To: kde-commits Subject: extragear/graphics/digikam/libs/database Message-Id: <1225496032.435009.17047.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=122549604209398 SVN commit 878347 by mwiesweg: Tiny change to make album root labels from database appear in left sidebar M +1 -0 collectionmanager.cpp --- trunk/extragear/graphics/digikam/libs/database/collectionmanager.cpp #878346:878347 @@ -70,6 +70,7 @@ m_type = (Type)info.type; specificPath = info.specificPath; identifier = info.identifier; + m_label = info.label; m_path = QString();