audioplayer: g_Sectionsd is gone when destructor runs

Origin commit data
------------------
Commit: a7e0bdfb27
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-05-24 (Fri, 24 May 2013)
This commit is contained in:
Stefan Seyfried
2013-05-24 16:58:18 +02:00
parent 3ba3f65962
commit 57fdb83dfc

View File

@@ -236,7 +236,7 @@ CAudioPlayerGui::~CAudioPlayerGui()
m_filelist.clear();
m_title2Pos.clear();
// g_Zapit->setStandby (false);
g_Sectionsd->setPauseScanning (false);
// g_Sectionsd->setPauseScanning (false);
delete dline;
delete ibox;
}