]> git.lizzy.rs Git - torbrowser-launcher.git/commitdiff
disables the download button
authorMicah Lee <micahflee@riseup.net>
Sat, 9 Feb 2013 02:22:30 +0000 (18:22 -0800)
committerMicah Lee <micahflee@riseup.net>
Sat, 9 Feb 2013 02:22:30 +0000 (18:22 -0800)
torbrowser-launcher

index eb8fb2fd1f209148bad6071a24ce778b4ffeb7ff..1b61e66a41bea20d666925700ca54db56aa1520a 100755 (executable)
@@ -41,6 +41,7 @@ class Base:
     print 'Starting to download '+self.tarball_url
 
     # disable the download button
+    self.download.set_sensitive(False)
 
     # initialize the progress bar
     self.progressbar.set_fraction(0)