Your message dated Sat, 3 May 2008 19:35:38 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Re: Bug#407739: bittornado: always display amount 
downloaded/uploaded
has caused the Debian Bug report #407739,
regarding bittornado: always display amount downloaded/uploaded
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
407739: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=407739
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: bittornado
Version: 0.3.17-1
Severity: wishlist

Hello

I've always been annoyed by the fact that btlaunchmanycurses
doesn't show how much has been uploaded/download when the
client is not connected to any peers (or seeding).
This patch should add that output. Now it says e.g.

  seeding (100.0%) - 536.6MiB dn 374.6MiB up

rather than just

  seeding (100.0%)

Please let me know what you think about the patch.

Regards,

Oskar Liljeblad

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17.7
Locale: LANG=C, LC_CTYPE=en_GB (charmap=ISO-8859-1)

Versions of packages bittornado depends on:
ii  python                        2.4.4-1    An interactive high-level object-o
ii  python-support                0.5.6      automated rebuilding support for p

Versions of packages bittornado recommends:
ii  mime-support                  3.39-1     MIME files 'mime.types' & 'mailcap

-- no debconf information
--- btlaunchmanycurses.bittornado.orig  2007-01-17 07:08:15.000000000 +0100
+++ btlaunchmanycurses.bittornado       2007-01-18 13:08:14.000000000 +0100
@@ -209,7 +209,9 @@
                                 progress, status, peers, seeds, dist,
                                 fmtsize(upamt), fmtsize(dnamt) )
             else:
-                datastr = '    '+status+' ('+progress+')'
+                datastr = '    %s (%s) - %s dn %s up' % (
+                                status, progress,
+                                fmtsize(upamt), fmtsize(dnamt) )
             self._display_line(datastr)
             self._display_line('    '+ljust(msg,self.mainwinw-4))
             i += 1

--- End Message ---
--- Begin Message ---
On 1/20/07, Oskar Liljeblad <[EMAIL PROTECTED]> wrote:
>  I've always been annoyed by the fact that btlaunchmanycurses
>  doesn't show how much has been uploaded/download when the
>  client is not connected to any peers (or seeding).

Thanks for the patch, but it looks like this was fixed by upstream in 0.3.18.

Cameron


--- End Message ---

Reply via email to