mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
windowAttentionHandler: Fix whitespace
This commit is contained in:
parent
feaf6108f9
commit
6b1e381750
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ const WindowAttentionHandler = new Lang.Class({
|
|||
_init : function() {
|
||||
this._tracker = Shell.WindowTracker.get_default();
|
||||
this._windowDemandsAttentionId = global.display.connect('window-demands-attention',
|
||||
Lang.bind(this, this._onWindowDemandsAttention));
|
||||
Lang.bind(this, this._onWindowDemandsAttention));
|
||||
},
|
||||
|
||||
_getTitleAndBanner: function(app, window) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue