remove wacky progress slider - increases speed by literally hundreds of times
This commit is contained in:
parent
7a760d16a5
commit
0407c8119a
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue