bunch of small fixes, add msg.txt to about prefs
[goodguy/history.git] / cinelerra-5.0 / guicast / bcdialog.C
index b3501477c89bce374dcf01647147ceca1aff96fc..5297ba02722684bd8b7ea86da984eb6e4216feac 100644 (file)
@@ -46,8 +46,6 @@ BC_DialogThread::~BC_DialogThread()
                gui->unlock_window();
        }
        startup_lock->unlock();
-       cancel();
-       join();
 
        delete startup_lock;
        delete window_lock;
@@ -149,6 +147,7 @@ void BC_DialogThread::close_window()
                gui->unlock_window();
        }
        unlock_window();
+       join();
 }