From 94fbfeefdb4ec46c27ed341897d4a6651a3a35c8 Mon Sep 17 00:00:00 2001 From: Klaus Basan Date: Thu, 4 May 2017 02:26:27 +0200 Subject: [PATCH] Fixed bug in load overview --- src/blackgui/components/dbloadoverviewcomponent.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/blackgui/components/dbloadoverviewcomponent.cpp b/src/blackgui/components/dbloadoverviewcomponent.cpp index dbb9e1d01..09bbbec58 100644 --- a/src/blackgui/components/dbloadoverviewcomponent.cpp +++ b/src/blackgui/components/dbloadoverviewcomponent.cpp @@ -281,7 +281,7 @@ namespace BlackGui this->m_loadInProgress = true; this->showLoading(); - // shared files ts + // shared files ts and DB info objects sGui->getWebDataServices()->triggerReadOfSharedInfoObjects(); sGui->getWebDataServices()->triggerReadOfDbInfoObjects(); } @@ -305,7 +305,7 @@ namespace BlackGui this->showLoading(); // shared files ts - sGui->getWebDataServices()->triggerReadOfDbInfoObjects(); + sGui->getWebDataServices()->triggerReadOfSharedInfoObjects(); } void CDbLoadOverviewComponent::ps_dataLoaded(CEntityFlags::Entity entities, CEntityFlags::ReadState state, int number)