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):
|
def import_prog(self, text=None):
|
||||||
if text:
|
if text:
|
||||||
self.progress.set_text(text)
|
self.progress.set_text(text)
|
||||||
self.progress.pulse()
|
|
||||||
self.update()
|
self.update()
|
||||||
|
|
||||||
def end_import(self):
|
def end_import(self):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user