Skip to content

Commit

Permalink
Merge pull request #5843 from alja/macX_72
Browse files Browse the repository at this point in the history
72x: Fix crash on remote X connection using XQuartz version 2.7.7
  • Loading branch information
davidlange6 committed Oct 16, 2014
2 parents ad1adef + 7b5f333 commit 8112dd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Fireworks/Core/src/CmsShowMain.cc
Expand Up @@ -284,7 +284,7 @@ CmsShowMain::CmsShowMain(int argc, char *argv[])
// open any graphics or build dictionaries
AutoLibraryLoader::enable();

TEveManager::Create(kFALSE, "FIV");
TEveManager::Create(kFALSE, eveMode ? "FIV" : "FI");

setup(m_navigator.get(), m_context.get(), m_metadataManager.get());

Expand Down
2 changes: 1 addition & 1 deletion Fireworks/FWInterface/src/FWFFHelper.cc
Expand Up @@ -76,5 +76,5 @@ FWFFHelper::FWFFHelper(const edm::ParameterSet &ps, const edm::ActivityRegistry
}
#endif

TEveManager::Create(kFALSE, "FIV");
TEveManager::Create(kFALSE, "FI");
}

0 comments on commit 8112dd3

Please sign in to comment.