Applied the following dooglus patches from the sourceforge tracker:
[synfig.git] / synfig-core / trunk / src / synfig / target.cpp
index 988ac22..aa4b6f9 100644 (file)
@@ -89,7 +89,8 @@ Target::ext_book()
 Target::Target():
        quality_(4),
        gamma_(*default_gamma_),
-       remove_alpha(false)
+       remove_alpha(false),
+       avoid_time_sync_(false)
 {
 }