summaryrefslogtreecommitdiff
path: root/media-tv/tv-maxe/files/tv-maxe_disable_locale.patch
diff options
context:
space:
mode:
Diffstat (limited to 'media-tv/tv-maxe/files/tv-maxe_disable_locale.patch')
-rw-r--r--media-tv/tv-maxe/files/tv-maxe_disable_locale.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/media-tv/tv-maxe/files/tv-maxe_disable_locale.patch b/media-tv/tv-maxe/files/tv-maxe_disable_locale.patch
new file mode 100644
index 00000000..66aeca8d
--- /dev/null
+++ b/media-tv/tv-maxe/files/tv-maxe_disable_locale.patch
@@ -0,0 +1,11 @@
+diff -Nur a/tv-maxe/tvmaxe.py b/tv-maxe/tvmaxe.py
+--- a/tv-maxe/tvmaxe.py 2015-01-07 14:53:41.000000000 +0000
++++ b/tv-maxe/tvmaxe.py 2017-04-09 17:24:40.536587825 +0100
+@@ -11,7 +11,6 @@
+ os.path.abspath(__file__)), 'lng')
+ except:
+ LOCALE_PATH = 'lng'
+-locale.setlocale(locale.LC_ALL, '')
+ for module in gtk.glade, gettext:
+ module.bindtextdomain(GETTEXT_DOMAIN, LOCALE_PATH)
+ module.textdomain(GETTEXT_DOMAIN)