[gnome-shell/wip/disable-user-list: 2/3] loginDialog: drop spurious parameter
- From: Ray Strode <halfline src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/disable-user-list: 2/3] loginDialog: drop spurious parameter
- Date: Wed, 31 Oct 2012 04:40:56 +0000 (UTC)
commit b3280c61948453a9b5daa4861e329b23363abb81
Author: Ray Strode <rstrode redhat com>
Date: Tue Oct 30 21:04:17 2012 -0400
loginDialog: drop spurious parameter
_onNotListed had an unusued, incorrect parameter.
This commit drops it.
js/gdm/loginDialog.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/js/gdm/loginDialog.js b/js/gdm/loginDialog.js
index 152df0c..664e98d 100644
--- a/js/gdm/loginDialog.js
+++ b/js/gdm/loginDialog.js
@@ -1106,7 +1106,7 @@ const LoginDialog = new Lang.Class({
}));
},
- _onNotListedClicked: function(user) {
+ _onNotListedClicked: function() {
let tasks = [function() {
return this._userList.hideItems();
},
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]