removed orrery support
authorVlad <vlad@gas.by>
Wed, 25 Aug 2010 08:39:22 +0000 (11:39 +0300)
committerVlad <vlad@gas.by>
Wed, 25 Aug 2010 08:39:22 +0000 (11:39 +0300)
applet/src/livewp-scene.c

index c8d3860..d663782 100644 (file)
@@ -252,10 +252,7 @@ init_scene_External(AWallpaperPlugin *desktop_plugin){
     desktop_plugin->priv->running = TRUE;
     desktop_plugin->priv->podpid = fork();
     if (desktop_plugin->priv->podpid == 0){
-        /* hack for theme orrery */
-        if (!strcmp(window_name,"orrery"))
-            setlocale(LC_NUMERIC, "en_US");
-       execvp(child_argv[0], child_argv);
+        execvp(child_argv[0], child_argv);
        fprintf(stderr,"Problem with new podprocess");
     }
     g_free(run_string);