A small fix that adds locking of cwindowgui where it was forgotten previously.
I got at least one freeze because of this.
bye
andraz
diff -ru --exclude-from exclude hvirtual-svn/cinelerra/mwindow.C hvirtual-2.1/cinelerra/mwindow.C
--- hvirtual-svn/cinelerra/mwindow.C 2006-10-13 12:05:59.000000000 +0200
+++ hvirtual-2.1/cinelerra/mwindow.C 2006-10-14 10:15:32.000000000 +0200
@@ -1848,8 +1848,10 @@
vwindow->update(1);
}
+ cwindow->gui->lock_window("Mwindow::update_project");
cwindow->gui->slider->set_position();
cwindow->gui->timebar->update(1, 1);
+ cwindow->gui->unlock_window();
cwindow->playback_engine->que->send_command(CURRENT_FRAME,
CHANGE_ALL,
edl,