Merge branch 'master' of https://vcs.maemo.org/git/livewp
[livewp] / applet / src / livewp-actor.c
index 5d5c509..30f8002 100644 (file)
@@ -7,8 +7,8 @@
  *       for the code
  * 
  * This software is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public License
- * as published by the Free Software Foundation; either version 2.1 of
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  * 
  * This software is distributed in the hope that it will be useful, but
@@ -268,6 +268,7 @@ set_actor_visible(Actor *actor, gboolean visible)
 void
 set_actor_position(Actor *actor, gint x, gint y, gint z, AWallpaperPlugin *desktop_plugin)
 {
+    //fprintf(stderr, "set actor position %d, %d, %d\n", x, y, z);
     hildon_animation_actor_set_position_full(HILDON_ANIMATION_ACTOR (actor->widget), 
                                              x-desktop_plugin->priv->xapplet, 
                                              y-desktop_plugin->priv->yapplet,