Codebase list gnome-shell-extension-appindicator / f9197a7
statusNotifierWatcher: Keep track if we've ever acquired bus name This was only for controlling debug statements Marco Trevisan (TreviƱo) 2 years ago
1 changed file(s) with 1 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
6060 }
6161
6262 _acquiredName() {
63 this._everAcquiredName = true;
6364 this._watchDog.nameAcquired = true;
6465 }
6566