X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fguicast%2Fbcprogressbox.C;fp=cinelerra-5.1%2Fguicast%2Fbcprogressbox.C;h=ac49c98ac218a4eb027ba602850a9b25450580f6;hb=3ec3a9cc6afc6561311686b3ec597ee3c1d80d6f;hp=69cc52b16c58e384daf6a587f8b0c566f19902a4;hpb=788dfe4aae1aef521caddcc68dec7369a996dce7;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/guicast/bcprogressbox.C b/cinelerra-5.1/guicast/bcprogressbox.C index 69cc52b1..ac49c98a 100644 --- a/cinelerra-5.1/guicast/bcprogressbox.C +++ b/cinelerra-5.1/guicast/bcprogressbox.C @@ -97,8 +97,8 @@ int BC_ProgressBox::stop_progress() { if( Thread::running() ) { pwindow->set_done(0); - Thread::join(); } + Thread::join(); return 0; }