doesn't work
[livewp] / applet / src / livewp-scene.c
index 79958c3..7129006 100644 (file)
@@ -231,9 +231,11 @@ init_scene_External(AWallpaperPlugin *desktop_plugin){
         *strview =NULL;
     gint i;
     Window  id_xwindow;
+    fprintf(stderr,"init_scene_External1\n");
     if (!desktop_plugin->priv->visible)
         return;
     
+    fprintf(stderr,"init_scene_External2\n");
     exec_path = g_strdup(g_hash_table_lookup(desktop_plugin->priv->hash_theme, "exec_path"));
     window_id = g_strdup(g_hash_table_lookup(desktop_plugin->priv->hash_theme, "window_id"));
     view = g_strdup(g_hash_table_lookup(desktop_plugin->priv->hash_theme, "view"));