summaryrefslogtreecommitdiffstats
path: root/deskutils/deskbar-applet/files
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2006-03-14 13:31:13 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2006-03-14 13:31:13 +0800
commit6a3837609bc5358155e0f0065ada7ccfc5a4c836 (patch)
treebca155078934da590ac0dd7313f4713773caf7f4 /deskutils/deskbar-applet/files
parentedfaeb9ce1fc1a3470de14f0a0feb5354cbdd458 (diff)
downloadmarcuscom-ports-6a3837609bc5358155e0f0065ada7ccfc5a4c836.tar
marcuscom-ports-6a3837609bc5358155e0f0065ada7ccfc5a4c836.tar.gz
marcuscom-ports-6a3837609bc5358155e0f0065ada7ccfc5a4c836.tar.bz2
marcuscom-ports-6a3837609bc5358155e0f0065ada7ccfc5a4c836.tar.lz
marcuscom-ports-6a3837609bc5358155e0f0065ada7ccfc5a4c836.tar.xz
marcuscom-ports-6a3837609bc5358155e0f0065ada7ccfc5a4c836.tar.zst
marcuscom-ports-6a3837609bc5358155e0f0065ada7ccfc5a4c836.zip
Bring this patch back to make it works again, the text_binddomain_codeset
stuff isn't fix somehow. Bump the PORTREVISION. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5941 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'deskutils/deskbar-applet/files')
-rw-r--r--deskutils/deskbar-applet/files/patch-deskbar_deskbar-applet.py17
1 files changed, 17 insertions, 0 deletions
diff --git a/deskutils/deskbar-applet/files/patch-deskbar_deskbar-applet.py b/deskutils/deskbar-applet/files/patch-deskbar_deskbar-applet.py
new file mode 100644
index 000000000..1cf0777c4
--- /dev/null
+++ b/deskutils/deskbar-applet/files/patch-deskbar_deskbar-applet.py
@@ -0,0 +1,17 @@
+--- deskbar/deskbar-applet.py.orig Mon Mar 13 23:23:20 2006
++++ deskbar/deskbar-applet.py Mon Mar 13 23:23:52 2006
+@@ -42,10 +42,10 @@
+ gettext.bind_textdomain_codeset('deskbar-applet','UTF-8')
+ gettext.textdomain('deskbar-applet')
+
+-locale.bindtextdomain('deskbar-applet', abspath(join(deskbar.defs.DATA_DIR, "locale")))
+-if hasattr(locale, 'bind_textdomain_codeset'):
+- locale.bind_textdomain_codeset('deskbar-applet','UTF-8')
+-locale.textdomain('deskbar-applet')
++#locale.bindtextdomain('deskbar-applet', abspath(join(deskbar.defs.DATA_DIR, "locale")))
++#if hasattr(locale, 'bind_textdomain_codeset'):
++# locale.bind_textdomain_codeset('deskbar-applet','UTF-8')
++#locale.textdomain('deskbar-applet')
+
+ import gtkexcepthook
+