[gnome-shell] network: fix chaining of a destroy method
- From: Dan Winship <danw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] network: fix chaining of a destroy method
- Date: Thu, 2 Jun 2011 13:30:39 +0000 (UTC)
commit 7f2456c00dc823f2aa2b66c009825b44acc2c87f
Author: Dan Winship <danw gnome org>
Date: Thu Jun 2 09:28:47 2011 -0400
network: fix chaining of a destroy method
https://bugzilla.gnome.org/show_bug.cgi?id=651606
js/ui/status/network.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/status/network.js b/js/ui/status/network.js
index c8c2efc..e1f1176 100644
--- a/js/ui/status/network.js
+++ b/js/ui/status/network.js
@@ -192,7 +192,7 @@ NMNetworkMenuItem.prototype = {
apObj.updateId = 0;
}
- PopupMenu.PopupImageMenuItem.prototype.destroy.call(this);
+ PopupMenu.PopupBaseMenuItem.prototype.destroy.call(this);
}
};
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]