Skip to content

Commit

Permalink
Dont loop to the first repository if someone is recording a video.
Browse files Browse the repository at this point in the history
  • Loading branch information
acaudwell committed May 14, 2010
1 parent 7254958 commit 24a845c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gource_shell.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Gource* GourceShell::getNext() {

//loop unless only 1 repo
if(gource_settings == conf->getSections("gource")->end()) {
if(gGourceSettings.repo_count>1) {
if(gGourceSettings.repo_count>1 && exporter==0) {
gource_settings = conf->getSections("gource")->begin();
}
}
Expand Down

0 comments on commit 24a845c

Please sign in to comment.