remove wacky progress slider - increases speed by literally hundreds of times

This commit is contained in:
Marcos Pinto 2007-06-25 21:35:39 +00:00
parent 7a760d16a5
commit 0407c8119a
1 changed files with 0 additions and 1 deletions

View File

@ -117,7 +117,6 @@ class GTKProgress(gtk.Dialog):
def import_prog(self, text=None):
if text:
self.progress.set_text(text)
self.progress.pulse()
self.update()
def end_import(self):