Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 77558
b: "refs/heads/CMSSW_7_1_X"
c: 1489a5d
h: "refs/heads/CMSSW_7_1_X"
v: v3
  • Loading branch information
Alja Mrak Tadel committed Nov 10, 2009
1 parent 0820138 commit 397a8ab
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
refs/heads/gh-pages: 09c786f70121f131b3715aaf3464996502bbeb7e
"refs/heads/CMSSW_7_1_X": d21ddf35d85de040b726865341ce5e976671b732
"refs/heads/CMSSW_7_1_X": 1489a5dde9eb0b511875f1904019091c4e40ce91
8 changes: 7 additions & 1 deletion trunk/Fireworks/Core/src/CmsShowMain.cc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
//
// Original Author:
// Created: Mon Dec 3 08:38:38 PST 2007
// $Id: CmsShowMain.cc,v 1.101 2009/11/10 15:02:06 amraktad Exp $
// $Id: CmsShowMain.cc,v 1.102 2009/11/10 15:34:33 amraktad Exp $
//

// system include files
Expand Down Expand Up @@ -327,6 +327,12 @@ CmsShowMain::CmsShowMain(int argc, char *argv[]) :
f=boost::bind(&CmsShowNavigator::setMaxNumberOfFilesToChain, m_navigator, vm[kChainCommandOpt].as<unsigned int>());
m_startupTasks->addTask(f);
}
if (vm.count(kPlayOpt)) {
m_playDelay = vm[kPlayOpt].as<float>();
f=boost::bind(&CSGContinuousAction::switchMode,m_guiManager->playEventsAction());
m_startupTasks->addTask(f);
}

if(vm.count(kLiveCommandOpt))
{
f=boost::bind(&CmsShowMain::setLiveMode, this);
Expand Down

0 comments on commit 397a8ab

Please sign in to comment.