[polari/wip/raresv/userTrackerAndPopoversRebase: 14/24] userDetails: *fixed rebase halfway split patch* rename falbackNick property to nickname.
- From: Rares Visalom <raresvisalom src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [polari/wip/raresv/userTrackerAndPopoversRebase: 14/24] userDetails: *fixed rebase halfway split patch* rename falbackNick property to nickname.
- Date: Fri, 5 Aug 2016 23:41:22 +0000 (UTC)
commit aa81b815cbdf30f0c64c5d5e604e6cc92f38a339
Author: raresv <rares visalom gmail com>
Date: Thu Aug 4 01:31:12 2016 +0300
userDetails: *fixed rebase halfway split patch* rename falbackNick property to nickname.
src/userList.js | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/userList.js b/src/userList.js
index dc57631..62e29b0 100644
--- a/src/userList.js
+++ b/src/userList.js
@@ -153,8 +153,8 @@ const UserDetails = new Lang.Class({
this._updateButtonVisibility();
},
- set fallbackNick(fallbackNick) {
- this._fallbackNick = fallbackNick;
+ set nickname(nickname) {
+ this._nickname = nickname;
this._updateButtonVisibility();
},
@@ -196,7 +196,7 @@ const UserDetails = new Lang.Class({
Lang.bind(this, this._onContactInfoReady));
//TODO: else use this._falbackNick to query tracker
else
- this._trackFallbackNick(this._fallbackNick);
+ this._trackFallbackNick(this._nickname);
},
_unexpand: function() {
@@ -267,7 +267,7 @@ const UserDetails = new Lang.Class({
this._revealDetails();
},
- _trackFallbackNick: function(fallbackNick) {
+ _trackFallbackNick: function(nickname) {
this._lastHeader.label = '<small>' + _("Last Activity:") + '</small>';
this._lastHeader.show();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]