[gnome-shell] Fix typo inside Switch class
- From: Dan Winship <danw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] Fix typo inside Switch class
- Date: Thu, 22 Jul 2010 16:50:08 +0000 (UTC)
commit 0c38f49ddeabc407ee8a9366c57142cbfb38926c
Author: Giovanni Campagna <scampa giovanni gmail com>
Date: Thu Jul 22 18:34:53 2010 +0200
Fix typo inside Switch class
Corrects setToogleState into setToggleState, slipped from 4dfc869e
https://bugzilla.gnome.org/show_bug.cgi?id=621880
js/ui/popupMenu.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/popupMenu.js b/js/ui/popupMenu.js
index 0c7bf29..e307d4e 100644
--- a/js/ui/popupMenu.js
+++ b/js/ui/popupMenu.js
@@ -34,7 +34,7 @@ Switch.prototype = {
this.setToggleState(state);
},
- setToogleState: function(state) {
+ setToggleState: function(state) {
if (state) {
this._on.remove_style_pseudo_class('checked');
this._on.text = _("ON");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]