reverted debug
authorvlad <vlad@vlalin.(none)>
Wed, 14 Apr 2010 05:15:15 +0000 (08:15 +0300)
committervlad <vlad@vlalin.(none)>
Wed, 14 Apr 2010 05:15:15 +0000 (08:15 +0300)
applet/src/livewp-home-widget.c

index d0637a8..edced3c 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);