added possibilty to configure in Control Panel
[livewp] / applet / src / livewp-main.c
index 0e29dc6..f878924 100644 (file)
@@ -32,7 +32,7 @@ btn_setting_clicked(HildonButton *btn, gpointer data)
     Animation_WallpaperPrivate *priv = data;
     // open settings dialog
     fprintf(stderr, "btn setting clicked, %s\n", priv->theme);
-    lw_settings(priv->desktop_plugin, priv);
+    lw_settings(priv, NULL);
     fprintf(stderr, "btn setting clicked, %s\n", priv->theme);
 }
 void