block var when downloading

git-svn-id: https://wikiteam.googlecode.com/svn/trunk@406 31edc4fc-5e31-b4c4-d58b-c8bc928bcb95
pull/117/head
emijrp 12 years ago
parent ee9e2bc74e
commit 91e5fce225

@ -296,6 +296,10 @@ class App:
pass
def downloadDump(self, event=None):
if self.block:
return
else:
self.block = True
items = self.tree.selection()
if items:
if not os.path.exists(self.downloadpath):
@ -323,6 +327,7 @@ class App:
self.clearAvailableDumps()
self.showAvailableDumps()
self.filterAvailableDumps()
self.block = False
def deleteAvailableDumps(self):
#really delete dump list and clear tree

Loading…
Cancel
Save