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

             Bug #: 1714
           Summary: Status Icon does not disappear after the plugin is
                    disabled.
    Classification: Unclassified
           Product: gPodder
           Version: 3.3.0
          Platform: PC
        OS/Version: Windows
            Status: UNCONFIRMED
          Severity: minor
          Priority: low
         Component: Application
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


If the "Gtk Status Icon" extension is disabled after just having been enabled
the following traceback appears: 

1353372459.978000 [gpodder.extensions] ERROR: Failed to on_unload
gtk_statusicon
: 'gtk.StatusIcon' object has no attribute 'hide'
Traceback (most recent call last):
  File "C:\cygwin\home\smunkel\gpodder\src\gpodder\extensions.py", line 252, in
set_enabled
    self.module.on_unload()
  File
"C:\cygwin\home\smunkel\gpodder\share\gpodder\extensions\gtk_statusicon.py",
line 40, in on_unload
    self.status_icon.hide()
AttributeError: 'gtk.StatusIcon' object has no attribute 'hide'

I think it should be self.status_icon.set_visible(False)

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