summaryrefslogtreecommitdiffstats
path: root/deskutils/ontv/files/patch-ontv_Main.py
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-07-24 05:22:58 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-07-24 05:22:58 +0800
commite91087f5e2fbb08bc3e2cb523b38c4c336208f69 (patch)
tree0c0ece722d8595803b992b1f66cea536dda5c7fd /deskutils/ontv/files/patch-ontv_Main.py
parent6a6af1c7727308fd81d3fa8cfd8a67a1d79e80c6 (diff)
downloadmarcuscom-ports-e91087f5e2fbb08bc3e2cb523b38c4c336208f69.tar
marcuscom-ports-e91087f5e2fbb08bc3e2cb523b38c4c336208f69.tar.gz
marcuscom-ports-e91087f5e2fbb08bc3e2cb523b38c4c336208f69.tar.bz2
marcuscom-ports-e91087f5e2fbb08bc3e2cb523b38c4c336208f69.tar.lz
marcuscom-ports-e91087f5e2fbb08bc3e2cb523b38c4c336208f69.tar.xz
marcuscom-ports-e91087f5e2fbb08bc3e2cb523b38c4c336208f69.tar.zst
marcuscom-ports-e91087f5e2fbb08bc3e2cb523b38c4c336208f69.zip
share/gnome/ -> share/.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9243 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'deskutils/ontv/files/patch-ontv_Main.py')
-rw-r--r--deskutils/ontv/files/patch-ontv_Main.py13
1 files changed, 13 insertions, 0 deletions
diff --git a/deskutils/ontv/files/patch-ontv_Main.py b/deskutils/ontv/files/patch-ontv_Main.py
new file mode 100644
index 000000000..f34850a3a
--- /dev/null
+++ b/deskutils/ontv/files/patch-ontv_Main.py
@@ -0,0 +1,13 @@
+--- ontv/Main.py.orig Mon Jul 24 23:09:57 2006
++++ ontv/Main.py Mon Jul 24 23:10:06 2006
+@@ -38,8 +38,8 @@
+ gettext.bindtextdomain(NAME.lower(), LOCALE_DIR)
+ gettext.textdomain(NAME.lower())
+
+- locale.bindtextdomain(NAME.lower(), LOCALE_DIR)
+- locale.textdomain(NAME.lower())
++# locale.bindtextdomain(NAME.lower(), LOCALE_DIR)
++# locale.textdomain(NAME.lower())
+
+ try:
+ opts, args = getopt.getopt(sys.argv[1:], "hdw", ["help", "debug",