network: fix chaining of a destroy method
https://bugzilla.gnome.org/show_bug.cgi?id=651606
This commit is contained in:
parent
aa4dbee362
commit
7f2456c00d
@ -192,7 +192,7 @@ NMNetworkMenuItem.prototype = {
|
||||
apObj.updateId = 0;
|
||||
}
|
||||
|
||||
PopupMenu.PopupImageMenuItem.prototype.destroy.call(this);
|
||||
PopupMenu.PopupBaseMenuItem.prototype.destroy.call(this);
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user