olaf neophyte and de.po updates, valgrind tweaks, delete green lady, inkscape dpi=96
[goodguy/history.git] / cinelerra-5.1 / cinelerra / aboutprefs.C
index 9997efa7cd59b2210218a378b4f014824a4fc2af..d07ce4deac0d5ee77e97dab2596e7afd6cf65f4c 100644 (file)
@@ -23,7 +23,6 @@
 #include "bcsignals.h"
 #include "file.h"
 #include "language.h"
-#include "libzmpeg3.h"
 #include "mwindow.h"
 #include "theme.h"
 #include "vframe.h"
@@ -46,6 +45,7 @@ AboutPrefs::~AboutPrefs()
 
 void AboutPrefs::create_objects()
 {
+       lock_window("AboutPrefs::create_objects");
        int x, y;
 
 
@@ -148,6 +148,7 @@ void AboutPrefs::create_objects()
 
        flash();
        flush();
+       unlock_window();
 }