Subversion Repositories tpanel

Rev

Rev 446 | Rev 479 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 446 Rev 449
Line 119... Line 119...
119
 
119
 
120
void TPage::initialize(const string& nm)
120
void TPage::initialize(const string& nm)
121
{
121
{
122
    DECL_TRACER("TPage::initialize(const string& name)");
122
    DECL_TRACER("TPage::initialize(const string& name)");
123
 
123
 
124
    string projectPath = ((gPageManager && gPageManager->isSetupActive()) ? TConfig::getSystemProjectPath() : TConfig::getProjectPath());
124
    string projectPath = TConfig::getProjectPath();
125
 
125
 
126
    if (!fs::exists(projectPath + "/prj.xma"))
126
    if (!fs::exists(projectPath + "/prj.xma"))
127
    {
127
    {
128
        MSG_ERROR("Directory " << projectPath << " doesn't exist!");
128
        MSG_ERROR("Directory " << projectPath << " doesn't exist!");
129
        return;
129
        return;