Merge branch 'master' of https://vcs.maemo.org/git/livewp
[livewp] / applet / src / livewp-home-widget.c
index 8448c7e..9b549bc 100644 (file)
@@ -534,6 +534,9 @@ create_hildon_actor(Actor *actor, AWallpaperPlugin *desktop_plugin)
   realize(ha);
   gtk_widget_show_all(ha);
 
+  /* TO DO check it */
+  /*  gdk_flush (); */
+
   //g_object_set_data(G_OBJECT(ha), "name", name);
   //g_object_set_data(G_OBJECT(ha), "filename", filename);
   g_object_set_data(G_OBJECT(ha), "image", image);
@@ -583,6 +586,10 @@ change_hildon_actor(Actor *actor, AWallpaperPlugin *desktop_plugin)
         gtk_container_add (GTK_CONTAINER (actor->widget), image);
         realize(actor->widget);
         gtk_widget_show_all(actor->widget);
+        /* TO DO check it */
+       /*  gdk_flush (); */
+
+
     }
 
 }