Bug#344064: ipodder: Typo in iPodderGui.py

2005-12-19 Thread Chris AtLee
Package: ipodder
Version: 2.1.9-2
Severity: normal

iPodderGui.py line 3464 should read:
if errno == core.CRITICAL_MINSPACE_EXCEEDED:

instead of
if errno == iPodder.CRITICAL_MINSPACE_EXCEEDED:

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (1000, 'unstable'), (750, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14-1-686
Locale: LANG=en_CA, LC_CTYPE=en_CA (charmap=ISO-8859-1)

Versions of packages ipodder depends on:
ii  bittorrent3.4.2-6Scatter-gather network file transf
ii  python2.3.5-3An interactive high-level object-o
ii  python-pyrss2gen  1.0.0-1A Python interface for generating 
ii  python-wxgtk2.6   2.6.1.2wxWidgets Cross-platform C++ GUI t
ii  python-xmms   2.06-3 Python interface to XMMS

ipodder recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#344064: ipodder: Typo in iPodderGui.py

2005-12-19 Thread Hilko Bengen
Chris AtLee [EMAIL PROTECTED] writes:

 Package: ipodder
 Version: 2.1.9-2
 Severity: normal

 iPodderGui.py line 3464 should read:
 if errno == core.CRITICAL_MINSPACE_EXCEEDED:

 instead of
 if errno == iPodder.CRITICAL_MINSPACE_EXCEEDED:

Why?

Cheers,
-Hilko


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#344064: ipodder: Typo in iPodderGui.py

2005-12-19 Thread Chris AtLee
Because I get a NameError with the original code. Changing it to 'core.CRITICAL_MINSPACE_EXCEEDED' fixes that exception.On 12/19/05, Hilko Bengen 
[EMAIL PROTECTED] wrote:Chris AtLee 
[EMAIL PROTECTED] writes: Package: ipodder Version: 2.1.9-2 Severity: normal iPodderGui.py line 3464 should read: if errno == core.CRITICAL_MINSPACE_EXCEEDED:
 instead of if errno == iPodder.CRITICAL_MINSPACE_EXCEEDED:Why?Cheers,-Hilko