fixed structure of code
[livewp] / applet / src / livewp-home-widget.c
index 6cb20a0..4d5a088 100644 (file)
@@ -26,7 +26,6 @@
 #include "livewp-home-widget.h"
 #include <gconf/gconf-client.h>
 #include "livewp-rules.h"
-#include "livewp-multiactor.h"
 
 #define PLUGIN_NAME "livewp-home-widget.desktop-0"
 #define GCONF_KEY_POSITION "/apps/osso/hildon-desktop/applets/%s/position"
@@ -150,7 +149,7 @@ init_applet_position(void)
   g_object_unref(gconf_client);
 }
 
-static void
+void
 actor_set_position_full(GtkWidget *actor, gint x, gint y, gint z)
 {
  fprintf(stderr, "actor_set_position_full\n");
@@ -275,7 +274,7 @@ void change_multiactor()
 
     x = ma1->x + 10;
     y = ma1->y + 10;
-    //multiactor_set_position(ma1, x, y, 0);
+    multiactor_set_position(ma1, x, y, 0);
 
 }