rework intl strategy, titler upgrades, fonts fixes, igor ru.po
[goodguy/history.git] / cinelerra-5.1 / cinelerra / dbwindow.C
index c19b581e37e2a9763c9f264a053cd0af0a3852df..ec89045824f50c88ab07c571316ec6a48870c969 100644 (file)
@@ -87,8 +87,8 @@ stop()
                if( gui ) gui->set_done(1);
                window_lock->unlock();
                Thread::cancel();
-               Thread::join();
        }
+       Thread::join();
 }
 
 void DbWindow::
@@ -167,7 +167,7 @@ handle_event()
 
 DbWindowText::
 DbWindowText(DbWindowGUI *gui, int x, int y, int w)
- : BC_TextBox(x, y, w, 1, "") 
+ : BC_TextBox(x, y, w, 1, "")
 {
        this->gui = gui;
 }