summaryrefslogtreecommitdiffstats
path: root/deskutils/deskbar-applet/files/patch-deskbar_deskbar-applet.py
diff options
context:
space:
mode:
Diffstat (limited to 'deskutils/deskbar-applet/files/patch-deskbar_deskbar-applet.py')
-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
+