Package: bittornado-gui
Version: 0.3.18-10
Severity: normal

To be able to access the "Details" window when the Comment field has invalid
data, it is possible to patch the btdownloadgui as follow :

replace in line 996 :
                detailSizer.Add(StaticText(metainfo['comment']))

with :
                try:
                  detailSizer.Add(StaticText(metainfo['comment']))
                except:
                  detailSizer.Add(StaticText('<cannot read comment>'))


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-trunk-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages bittornado-gui depends on:
ii  bittornado                   0.3.18-10   bittorrent client (and tracker) wi
ii  python                       2.5.4-9     An interactive high-level object-o
ii  python-wxgtk2.6              2.6.3.2.2-5 wxWidgets Cross-platform C++ GUI t

Versions of packages bittornado-gui recommends:
ii  mime-support                  3.48-1     MIME files 'mime.types' & 'mailcap
ii  python-crypto                 2.1.0-2    cryptographic algorithms and proto

Versions of packages bittornado-gui suggests:
pn  python-psyco                  <none>     (no description available)

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to