[Pkg-privacy-commits] [torbrowser-launcher] 32/476: I was running gtk.main() twice

Ximin Luo infinity0 at moszumanska.debian.org
Sat Aug 22 13:21:20 UTC 2015


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

infinity0 pushed a commit to branch debian
in repository torbrowser-launcher.

commit f8a8373630b8332121bfe2a3689bea9f22800ba4
Author: Micah Lee <micahflee at riseup.net>
Date:   Fri Feb 15 09:22:46 2013 -0800

    I was running gtk.main() twice
---
 torbrowser-launcher | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/torbrowser-launcher b/torbrowser-launcher
index c9abce3..1094fc7 100755
--- a/torbrowser-launcher
+++ b/torbrowser-launcher
@@ -210,15 +210,10 @@ class TorBrowserLauncher:
     # open a file to write to
     self.tarball_file = open(self.tarball_path, 'w')
       
-
-  def main(self):
-    gtk.main()
-
 if __name__ == "__main__":
   print 'Tor Browser Launcher'
   print 'https://github.com/micahflee/torbrowser-launcher'
 
   current_tbb_version = '2.3.25-2'
   app = TorBrowserLauncher(current_tbb_version)
-  app.main()
 

-- 
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