[Pkg-privacy-commits] [torbrowser-launcher] 68/476: force redraw the UI before each task starts

Ximin Luo infinity0 at moszumanska.debian.org
Sat Aug 22 13:21:23 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 6484469ebe690f58c47ddc9cb340ee8d02e046c2
Author: Micah Lee <micahflee at riseup.net>
Date:   Thu Feb 21 10:53:18 2013 -0800

    force redraw the UI before each task starts
---
 torbrowser-launcher | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/torbrowser-launcher b/torbrowser-launcher
index d113e3e..616975a 100755
--- a/torbrowser-launcher
+++ b/torbrowser-launcher
@@ -232,6 +232,8 @@ class TorBrowserLauncher:
     
   # run the next task in the task list
   def run_task(self):
+    self.refresh_gtk()
+
     if self.gui_task_i >= len(self.gui_tasks):
       self.destroy(False)
       return

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