Merge branch 'ni/tuxbox' into ni/mp/tuxbox

Conflicts:
	src/gui/bedit/bouqueteditor_channels.cpp


Origin commit data
------------------
Commit: 736c1969fc
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-09-24 (Sun, 24 Sep 2017)
This commit is contained in:
vanhofen
2017-09-24 22:37:37 +02:00
12 changed files with 996 additions and 795 deletions

View File

@@ -58,7 +58,7 @@ CComponentsTimer::~CComponentsTimer()
void CComponentsTimer::runSharedTimerAction()
{
//start loop
string tn = "cc:"+name;
tn = "cc:"+name;
set_threadname(tn.c_str());
while(tm_enable && tm_interval > 0) {
tm_mutex.lock();

View File

@@ -65,7 +65,7 @@ class CComponentsTimer : public sigc::trackable
///name for the thread
std::string name;
std::string tn;
///mutex for timer
OpenThreads::Mutex tm_mutex;
///slot for restart signals