From 185fcb8158d891d3ac9e74c12d6da336a144cd3d Mon Sep 17 00:00:00 2001 From: Koop Mast Date: Thu, 3 Nov 2011 08:54:53 +0000 Subject: Update to 3.2.0. Add LICENSE keywords. Restrict python versions that work. Update WWW. PR: ports/160485 Submitted by: Ruslan Mahmatkhanov --- deskutils/ontv/files/patch-ontv_dialogs.py | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 deskutils/ontv/files/patch-ontv_dialogs.py (limited to 'deskutils/ontv/files/patch-ontv_dialogs.py') diff --git a/deskutils/ontv/files/patch-ontv_dialogs.py b/deskutils/ontv/files/patch-ontv_dialogs.py new file mode 100644 index 000000000000..3fb352dba659 --- /dev/null +++ b/deskutils/ontv/files/patch-ontv_dialogs.py @@ -0,0 +1,13 @@ +--- ontv/dialogs.py.orig 2010-07-27 03:20:48.000000000 +0400 ++++ ontv/dialogs.py 2011-08-19 15:37:50.000000000 +0400 +@@ -34,8 +34,8 @@ + from ontv import NAME, VERSION, LOCALE_DIR + + import locale +-locale.setlocale(locale.LC_ALL, '') +-locale.bindtextdomain(NAME.lower(), LOCALE_DIR) ++#locale.setlocale(locale.LC_ALL, '') ++#locale.bindtextdomain(NAME.lower(), LOCALE_DIR) + import gettext + gettext.bindtextdomain(NAME.lower(), LOCALE_DIR) + gettext.textdomain(NAME.lower()) -- cgit v1.2.3