Package: qtorrent
Version: 2.9.1-3
Severity: grave
Tags: patch
-----BEGIN PGP SIGNED MESSAGE-----
Hash: RIPEMD160
The same bugs as in 330563 is also in line 138 of the same file. It doesn't do
anything with respect to asking about where to save, and is therefore quite
unusable.
You can replace the first None in that line with '', or apply the following
patch.
- -- System Information:
Debian Release: testing/unstable
APT prefers experimental
APT policy: (500, 'experimental'), (500, 'unstable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-k7
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=ANSI_X3.4-1968)
(ignored: LC_ALL set to C)
Versions of packages qtorrent depends on:
ii python 2.3.5-3 An interactive high-level object-o
ii python-qt3 3.15-3 Qt3 bindings for Python (default v
qtorrent recommends no packages.
- -- no debconf information
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
iQEVAwUBQ0K9VOWR/8lWBVPnAQPGZQf9F+HfAq+51bJ/W7owFPEeO1L4yf0YbSyh
RaUR+sZpMh6NRG1JMXsiItTs89nLVaAZIihdZjz25RCH4Zpcc9VgH3du2fYr62xx
/qL8UKSWfWHQUqn3nmZA/eUoPLQn5YVI6djn4Rbcurf/7SfIuHGgv2SbHZDIviel
LYkbUEj5UkCPuaSy902LCOfsm+gip8EGvOcV/pLQGWcd6Jv6R5W2QqV3Lzi1ZQor
HoTJz3Lsd83NdTBiBD7h/NW7StOnI8InDzXsDk7FW73UQOdv2tzd3/KKjQSUfGvD
/TMg6yfBEwz4zPgy/IjskSZvCLnkQ6cbrESrc7mv6ytB/Fiqjl6QAA==
=bgMf
-----END PGP SIGNATURE-----
--- mainwin.py.orig 2005-10-04 17:33:36.000000000 +0000
+++ mainwin.py 2005-10-04 17:33:00.000000000 +0000
@@ -135,7 +135,7 @@
obj = self.getFilenameObj
is_dir = not obj['metainfo']['info'].has_key('length')
- dlg = QFileDialog(self.lastSave['dir'], None, self, None, True)
+ dlg = QFileDialog(self.lastSave['dir'], '', self, None, True)
dlg.setShowHiddenFiles(self.lastSave['showHidden'])
if is_dir:
dlg.setCaption('Save to')