This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository enlightenment.

View the commit online.

commit 3c36a530c3e997f14eca86edc24693c984f8caf1
Author: Carsten Haitzler <ras...@rasterman.com>
AuthorDate: Thu Jan 9 18:10:19 2025 +0000

    wizard - make cpufreq check use more common sysfs node
---
 src/bin/e_intl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/e_intl.c b/src/bin/e_intl.c
index 7c9581190..b355a7e21 100644
--- a/src/bin/e_intl.c
+++ b/src/bin/e_intl.c
@@ -191,7 +191,6 @@ e_intl_language_set(const char *lang)
         e_util_env_set("LANG", lang);
         /* Unset LANGUAGE, apparently causes issues if set */
         e_util_env_set("LANGUAGE", NULL);
-        efreet_lang_reset();
         setlocale(LC_ALL, lang);
      }
    else
@@ -251,6 +250,7 @@ e_intl_language_set(const char *lang)
              free(locale_path);
           }
      }
+   efreet_lang_reset();
 }
 
 E_API const char *

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to