diff options
Diffstat (limited to 'deskutils/ontv/files/patch-ontv_Main.py')
-rw-r--r-- | deskutils/ontv/files/patch-ontv_Main.py | 13 |
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", |