next trying
authorVlad <vlad@gas.by>
Tue, 24 Aug 2010 14:03:59 +0000 (17:03 +0300)
committerVlad <vlad@gas.by>
Tue, 24 Aug 2010 14:03:59 +0000 (17:03 +0300)
applet/src/livewp-scene.c

index d44b08a..8e6c4ba 100644 (file)
@@ -254,7 +254,7 @@ init_scene_External(AWallpaperPlugin *desktop_plugin){
     if (desktop_plugin->priv->podpid == 0){
         /* hack for theme orrery */
         if (!strcmp(window_name,"orrery"))
-            setlocale(LC_NUMERIC, "POSIX");
+            setlocale(LC_NUMERIC, "EN_us");
        execvp(child_argv[0], child_argv);
        fprintf(stderr,"Problem with new podprocess");
     }