[Pkg-privacy-commits] [torbrowser-launcher] 04/26: gettext: changed directory with locale on a system-wide

Ulrike Uhlig u-guest at moszumanska.debian.org
Sat Jan 28 11:59:28 UTC 2017


This is an automated email from the git hooks/post-receive script.

u-guest pushed a commit to annotated tag v0.2.7
in repository torbrowser-launcher.

commit 16297e6251a36a97b1fa70456d61fb81cb17f4b8
Author: Naru Trey <contact at libnaru.so>
Date:   Sat Dec 3 20:17:08 2016 +0400

    gettext: changed directory with locale on a system-wide
    
    Using a non-standard directory unfounded
---
 torbrowser_launcher/common.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/torbrowser_launcher/common.py b/torbrowser_launcher/common.py
index 0dfd8da..525fcf7 100644
--- a/torbrowser_launcher/common.py
+++ b/torbrowser_launcher/common.py
@@ -35,7 +35,7 @@ import gtk
 SHARE = os.getenv('TBL_SHARE', sys.prefix+'/share/torbrowser-launcher')
 
 import gettext
-gettext.install('torbrowser-launcher', os.path.join(SHARE, 'locale'))
+gettext.install('torbrowser-launcher')
 
 from twisted.internet import gtk2reactor
 gtk2reactor.install()

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/torbrowser-launcher.git



More information about the Pkg-privacy-commits mailing list