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

           Summary: Error showing notification after download podcasts
           Product: gPodder
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: low
         Component: Application
        AssignedTo: [email protected]
        ReportedBy: [email protected]


Created an attachment (id=408)
 --> (https://bugs.gpodder.org/attachment.cgi?id=408)
Patch

There is an error after downloading some podcasts:

Traceback (most recent call last):
  File "/opt/gpodder/src/gpodder/gui.py", line 1047, in update_downloads_list
    self.downloads_finished(self.download_tasks_seen)
  File "/opt/gpodder/src/gpodder/gui.py", line 1271, in downloads_finished
    self.show_message(message, _('gPodder downloads finished'),
widget=self.labelDownloads)
  File "/opt/gpodder/src/gpodder/gtkui/interface/common.py", line 211, in
show_message
    elif self._config.enable_notifications:
AttributeError: 'gPodder' object has no attribute '_config'


The most parts of gPoder use self._config, but gui.py use self.config. I
attached a patch which corrected the use of self.config.

-- 
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