mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-04 15:38:43 +00:00
remove wacky progress slider - increases speed by literally hundreds of times
This commit is contained in:
parent
7a760d16a5
commit
0407c8119a
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue