Ignore:
Timestamp:
04/21/10 16:46:18 (14 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/macros/rootlogon.C

    r9274 r9574  
    124124    MLog::RedirectErrorHandler(MLog::kColor);
    125125
     126    // This initialized the thread factory. This is needed to supress
     127    // an error which is displayed if the thread factory is initialized
     128    // from another than the main thread (e.g. in the constructor
     129    // of MStatusDisplay)
     130    TThread::Self();
     131
    126132    gInterpreter->AddIncludePath(dir+"macros");
    127133    gInterpreter->AddIncludePath(dir+"manalysis");
Note: See TracChangeset for help on using the changeset viewer.