https://bugs.gpodder.org/show_bug.cgi?id=531

           Summary: It's not possible to delete some of the downloaded
                    episodes
           Product: gPodder
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: low
         Component: Application
        AssignedTo: [email protected]
        ReportedBy: [email protected]


--- Comment #0 from Bernd Schlapsi <[email protected]> 2009-08-12 19:17:16 BST ---
After the latest git updates the "Delete Episode" functionality is broken.

be...@taylor:/opt/gpodder/bin$ ./gpodder
Using modules from /opt/gpodder/src
Using resources from /opt/gpodder/data
/var/lib/python-support/python2.6/dbus/connection.py:242: DeprecationWarning:
object.__init__() takes no parameters
  super(Connection, self).__init__(*args, **kwargs)
Creating new from file gPodder
Traceback (most recent call last):
  File "/opt/gpodder/src/gpodder/gui.py", line 3212, in
on_btnDownloadedDelete_clicked
    locked_count = sum(int(e.is_locked) for e in episodes)
  File "/opt/gpodder/src/gpodder/gui.py", line 3212, in <genexpr>
    locked_count = sum(int(e.is_locked) for e in episodes)
TypeError: int() argument must be a string or a number, not 'NoneType'

-- 
Configure bugmail: https://bugs.gpodder.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
_______________________________________________
gPodder-Bugs mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/gpodder-bugs

Reply via email to