* Fix wallpaper import on language with floating point separator different that ','
authorDavide Andreoli <dave@gurumeditation.it>
Sat, 4 Apr 2009 00:37:57 +0000 (00:37 +0000)
committerDavide Andreoli <dave@gurumeditation.it>
Sat, 4 Apr 2009 00:37:57 +0000 (00:37 +0000)
commit101b2f7cf347246d191394802c5e34f6ab4fb443
tree11ef2c69202655cddd3a40879fe2bed524a5cb9d
parent7beda319235b270920ac6d00ab67704a4f66f0aa
 * Fix wallpaper import on language with floating point separator different that ','

The edc was generated as

   align: 1,3333 1,333;

and thus edje_cc refused to build.

I have done a quick HACK. simply set locale to "C" and the reset to previous locale.
If someone know a cleaner way to solve this issue please let me know.

POSSIBLE ALTERNATIVE SOLUTION:
Why we don't make E able to directly load image files?
I think it's just a matter of 2 lines of code...or am I wrong?
Doing this we can remove all this hackish code to generate edc.

Thanks
Dave

SVN revision: 39848
src/modules/conf_wallpaper/e_int_config_wallpaper_import.c