network: fix chaining of a destroy method

https://bugzilla.gnome.org/show_bug.cgi?id=651606
This commit is contained in:
Dan Winship 2011-06-02 09:28:47 -04:00
parent aa4dbee362
commit 7f2456c00d

View File

@ -192,7 +192,7 @@ NMNetworkMenuItem.prototype = {
apObj.updateId = 0;
}
PopupMenu.PopupImageMenuItem.prototype.destroy.call(this);
PopupMenu.PopupBaseMenuItem.prototype.destroy.call(this);
}
};