[gnome-shell] open-search-system: Remove unused parameter
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] open-search-system: Remove unused parameter
- Date: Thu, 20 Jan 2011 16:04:55 +0000 (UTC)
commit bdeb20f7c9feab72b50da65584478fe6055a083a
Author: Florian Müllner <fmuellner gnome org>
Date: Thu Jan 20 14:20:53 2011 +0100
open-search-system: Remove unused parameter
Remove the 'title' parameter from the OpenSearchSystem constructor,
as the prototype's _init() method does not use it.
js/ui/search.js | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/js/ui/search.js b/js/ui/search.js
index f7be6af..24b411a 100644
--- a/js/ui/search.js
+++ b/js/ui/search.js
@@ -224,8 +224,8 @@ SearchProvider.prototype = {
};
Signals.addSignalMethods(SearchProvider.prototype);
-function OpenSearchSystem(title) {
- this._init(title);
+function OpenSearchSystem() {
+ this._init();
}
OpenSearchSystem.prototype = {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]