From: tanya Date: Tue, 15 Jun 2010 20:27:08 +0000 (+0300) Subject: fixed bug always start app with theme modern X-Git-Url: http://vcs.maemo.org/git/?a=commitdiff_plain;ds=sidebyside;h=10c3aa3a68465f1d60ab6f0c0635f7bb49944ac7;hp=865ac2a7e2091c0c2fa25168c7c05de3fd0ba17b;p=livewp fixed bug always start app with theme modern --- diff --git a/applet/src/livewp-home-widget.c b/applet/src/livewp-home-widget.c index b0178b1..3ff8735 100644 --- a/applet/src/livewp-home-widget.c +++ b/applet/src/livewp-home-widget.c @@ -445,7 +445,7 @@ animation_wallpaper_plugin_init (AWallpaperPlugin *desktop_plugin) g_hash_table_insert(priv->hash_scene_func, g_strdup("Modern"), (gpointer)&init_scene_Modern); g_hash_table_insert(priv->hash_scene_func, g_strdup("Matrix"), (gpointer)&init_scene_Matrix); //#endif - priv->theme = g_strdup("Modern"); + //priv->theme = g_strdup("Modern"); desktop_plugin->priv->main_widget = gtk_fixed_new(); gtk_widget_set_size_request(desktop_plugin->priv->main_widget, 100, 32); @@ -481,7 +481,7 @@ animation_wallpaper_plugin_init (AWallpaperPlugin *desktop_plugin) //fprintf(stderr, "!!!theme = %s\n", priv->theme); - snprintf(str, sizeof(str) - 1, "%s", "init_scene2"); + //snprintf(str, sizeof(str) - 1, "%s", "init_scene2"); //fprintf(stderr, " str = %s\n", str); priv->scene = NULL; #if 0