Bugzilla – Bug 1326
RSS Plugin adds itself to screensaver menu even if disabled
Last modified: 2008-08-18 10:54:04 UTC
regardless of enabled or disabled, the plugins handler needs to call addMenu() for each plugin to determine what menu it uses, in order to add or remove as needed. In the routine, the rss plugin adds a screensaver menu item ignoring its enabled/disabled status. This causes a problem when fixing bug1167 to remove items when disabled becuase there is no way to link this back to the plugin itself.
Dave, can you take a look at this? Should be easy to kill.
I believe change 2954 took care of this, for 6.1 at least.
Fixed by r2954. Neglected to resolve the bug.