without dot
authorTanya <tanya@bookdmitri.oblgaz>
Tue, 13 Apr 2010 11:05:26 +0000 (14:05 +0300)
committerTanya <tanya@bookdmitri.oblgaz>
Tue, 13 Apr 2010 11:05:26 +0000 (14:05 +0300)
applet/src/livewp-home-widget.c

index 063c9ad..3ca54e6 100644 (file)
@@ -720,9 +720,9 @@ init_scene(AWallpaperPlugin *desktop_plugin)
   change_sun(actor, desktop_plugin);
   scene.actors = g_slist_append(scene.actors, actor);
 
-  actor = init_object(desktop_plugin, "dot", "dot1.png", 0, 0, 11, 50, 50, 
-                      TRUE, 100, 255, NULL, NULL);
-  scene.actors = g_slist_append(scene.actors, actor);
+  //actor = init_object(desktop_plugin, "dot", "dot1.png", 0, 0, 11, 50, 50, 
+    //                  TRUE, 100, 255, NULL, NULL);
+  //scene.actors = g_slist_append(scene.actors, actor);
   
   actor = init_object(desktop_plugin, "cloud1", "cloud1.png", 0, fast_rnd(300)-97, 7, 150, 97, 
                       FALSE, 100, 255, (gpointer)&change_cloud, NULL);