diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-21 22:46:53 +0200 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-21 22:46:53 +0200 |
commit | 49e9c1525b9c85b89d2baead0644a21a5d53c0a9 (patch) | |
tree | 8faad5caa0a6c6e21ec495f182d658cf71f7d91d /extra/wicd/wicd-locale.patch | |
parent | 8d7840ba64b6594bd9c55d586681f68c9bcaa4bc (diff) | |
download | nutyx-pakxe-49e9c1525b9c85b89d2baead0644a21a5d53c0a9.tar.gz nutyx-pakxe-49e9c1525b9c85b89d2baead0644a21a5d53c0a9.tar.bz2 nutyx-pakxe-49e9c1525b9c85b89d2baead0644a21a5d53c0a9.tar.xz nutyx-pakxe-49e9c1525b9c85b89d2baead0644a21a5d53c0a9.zip |
Ajout de wicd#1.6.2-1
Diffstat (limited to 'extra/wicd/wicd-locale.patch')
-rw-r--r-- | extra/wicd/wicd-locale.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/extra/wicd/wicd-locale.patch b/extra/wicd/wicd-locale.patch new file mode 100644 index 000000000..7da38b041 --- /dev/null +++ b/extra/wicd/wicd-locale.patch @@ -0,0 +1,12 @@ +diff -aur wicd-old/opt/wicd/gui.py wicd-new/opt/wicd/gui.py +--- wicd-old/opt/wicd/gui.py 2008-01-03 23:18:40.000000000 +0530 ++++ wicd-new/opt/wicd/gui.py 2008-01-09 00:27:29.000000000 +0530 +@@ -44,7 +44,7 @@ + #which is also under GPLv2 + + #Get the local directory since we are not installing anything +-local_path = os.path.realpath(os.path.dirname(sys.argv[0])) + '/translations' ++local_path = ('/usr/share/locale') + # Init the list of languages to support + langs = list() + #Check the default locale |