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

           Summary: Attach notifications to the status icon when gPodder
                    is minimized
           Product: gPodder
           Version: 2.1
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: feature request
          Priority: low
         Component: Application
        AssignedTo: [email protected]
        ReportedBy: [email protected]


gPodder should attach the notification to the status icon when gPodder is
minimized to the tray.

The method on the notification object is called "attach_to_status_icon", and
for the main window, the attribute for the status icon object is called
"tray_icon" when there is a tray icon (otherwise it's set to "None", and for
other widgets, the attribute "tray_icon" might not exist at all - you can use
hasattr or getattr(self, 'tray_icon', None) to check for that.

See bug 721 for a similar patch that can be used as reference.

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