]> git.pld-linux.org Git - packages/gDesklets.git/commitdiff
- fixes locale installation
authorgrzegol <grzegol@pld-linux.org>
Mon, 11 Aug 2003 15:40:03 +0000 (15:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gDesklets-locale.patch -> 1.1

gDesklets-locale.patch [new file with mode: 0644]

diff --git a/gDesklets-locale.patch b/gDesklets-locale.patch
new file mode 100644 (file)
index 0000000..6f89f49
--- /dev/null
@@ -0,0 +1,13 @@
+diff -urN aaa/gDesklets-0.10/locale/install_locales.py gDesklets-0.10/locale/install_locales.py
+--- aaa/gDesklets-0.10/locale/install_locales.py       2003-08-10 12:30:13.000000000 +0200
++++ gDesklets-0.10/locale/install_locales.py   2003-08-11 17:09:08.000000000 +0200
+@@ -26,8 +26,7 @@
+     print
+-potfile = os.path.basename(commands.getoutput("ls ../po/*.pot"))
+-domain, nil = os.path.splitext(potfile)
++domain = "gdesklets"
+ print domain
+ files = os.listdir("../po")
+ for f in files:
This page took 0.154267 seconds and 4 git commands to generate.