add snapshot
[livewp] / applet / src / livewp-home-widget.c
index edced3c..d0637a8 100644 (file)
@@ -1055,7 +1055,7 @@ init_scene1(AWallpaperPlugin *desktop_plugin)
  
   actor = init_object(desktop_plugin, "plane2", "plane3.png", 0, 45, 8, 160, 50, 
                       FALSE, 100, 255, (gpointer)&change_plane2, NULL);
-  actor->time_start_animation = now + probability_plane();
+  actor->time_start_animation = now/* + probability_plane()*/;
   actor->duration_animation = 60;
   scene.actors = g_slist_append(scene.actors, actor);