Properly show 100.00% and reduce number of progress bar updates during a torrent creation
This commit is contained in:
parent
411ee123f1
commit
20b6791670
@ -4,6 +4,7 @@
|
||||
|
||||
==== GtkUI ====
|
||||
* Attempt to register as the default magnet uri handler in GNOME on startup
|
||||
* Properly show 100.00% and reduce number of progress bar updates during a torrent creation
|
||||
|
||||
=== Deluge 1.2.0_rc4 (24 November 2009) ===
|
||||
==== Core ====
|
||||
|
||||
@ -179,6 +179,7 @@ def makeinfo(path, piece_length, progress, name = None,
|
||||
h.close()
|
||||
if done > 0:
|
||||
pieces.append(sh.digest())
|
||||
progress(piece_count, num_pieces)
|
||||
|
||||
if name is not None:
|
||||
assert isinstance(name, unicode)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user