[gnome-documents] searchbar: fix a typo
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-documents] searchbar: fix a typo
- Date: Mon, 30 Apr 2012 22:02:28 +0000 (UTC)
commit 257f91081b6f0b7d6f38a46fd27a77b98774bdc8
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Mon Mar 26 10:34:07 2012 -0400
searchbar: fix a typo
Conflicts:
src/searchbar.js
src/searchbar.js | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/searchbar.js b/src/searchbar.js
index 0b0accc..385a5d1 100644
--- a/src/searchbar.js
+++ b/src/searchbar.js
@@ -261,7 +261,7 @@ SearchController.prototype = {
return str.replace(/ +/g, ' ').split(' ');
},
- setDropownState: function(state) {
+ setDropdownState: function(state) {
if (this._dropdownState == state)
return;
@@ -356,7 +356,7 @@ Dropdown.prototype = {
},
_onItemActivated: function() {
- Global.searchController.setDropownState(false);
+ Global.searchController.setDropdownState(false);
},
_onSearchDropdown: function() {
@@ -434,7 +434,7 @@ Searchbar.prototype = {
this._dropdownButton.connect('toggled', Lang.bind(this,
function() {
let active = this._dropdownButton.get_active();
- Global.searchController.setDropownState(active);
+ Global.searchController.setDropdownState(active);
}));
box.add(this._dropdownButton);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]