| Index: src/plugin/PluginTabBase.cpp | 
| =================================================================== | 
| --- a/src/plugin/PluginTabBase.cpp | 
| +++ b/src/plugin/PluginTabBase.cpp | 
| @@ -339,7 +339,7 @@ | 
| void CPluginTabBase::ThreadProc() | 
| { | 
| // Force loading/creation of settings | 
| - CPluginSettings::GetInstance()->SetWorkingThreadId(); | 
| + CPluginSettings::GetInstance(); | 
| 
 
Oleksandr
2015/11/25 04:42:30
Nit: This is a dummy call now. Note, the comment i
 
Eric
2015/11/25 17:41:17
This whole function is going away, including the c
 
 | 
| std::string message = | 
| "================================================================================\n" |