From 77fbc450cb86ffa32fd1891bb901e5915e25300c Mon Sep 17 00:00:00 2001 From: vlad Date: Wed, 14 Apr 2010 08:15:15 +0300 Subject: [PATCH] reverted debug --- applet/src/livewp-home-widget.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applet/src/livewp-home-widget.c b/applet/src/livewp-home-widget.c index d0637a8..edced3c 100644 --- a/applet/src/livewp-home-widget.c +++ b/applet/src/livewp-home-widget.c @@ -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); -- 1.7.9.5