mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-13 18:27:35 +00:00
Fix for bug 398270 ([mlk] Loading a feed leaks). r=sayrer.
This commit is contained in:
parent
2c8ca98b27
commit
25895b551a
@ -635,7 +635,7 @@ FeedWriter.prototype = {
|
||||
|
||||
// Last-selected application
|
||||
var selectedApp;
|
||||
menuItem = this._document.createElementNS(XUL_NS, "menuitem");
|
||||
var menuItem = this._document.createElementNS(XUL_NS, "menuitem");
|
||||
menuItem.id = "selectedAppMenuItem";
|
||||
menuItem.className = "menuitem-iconic";
|
||||
menuItem.setAttribute("handlerType", "client");
|
||||
|
Loading…
Reference in New Issue
Block a user