From 7380e4c2b1a3199494640e8eb817a1e83c7bae6f Mon Sep 17 00:00:00 2001 From: david_david Date: Fri, 20 Sep 2013 08:48:35 +0200 Subject: Update isodumper.py --- lib/isodumper.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lib/isodumper.py b/lib/isodumper.py index b891cb2..3ec5037 100755 --- a/lib/isodumper.py +++ b/lib/isodumper.py @@ -4,8 +4,9 @@ # # Author: Oliver Grawert # -# Modifications 2013 from papoteur -# and Geiger David +# Modifications 2013 from papoteur +# and Geiger David +# # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as # published by the Free Software Foundation; either version 2 of the @@ -193,7 +194,7 @@ class ImageWriter: self.emergency() written= written+bs if written > steps[indice]: - if indice%5==0: + if indice%1==0: self.logger(_('Wrote: ')+str(indice)+'% '+str(written)+' bytes') mark = self.log.create_mark("end", self.log.get_end_iter(), False) self.logview.scroll_to_mark(mark, 0.05, True, 0.0, 1.0) -- cgit v1.2.1