gnome-shell/js/ui/status
Georges Basile Stavracas Neto f433b12d6e system: Don't execute Settings
In a9ad91c831, a bug was introduced in the following code:

```c
            this._settingsAction.connect('clicked',
                                         this._onSettingsClicked().bind(this));
```

Notice that the callback is being executed! This commit
fixes that by removing the '()' from the callback.
2018-07-31 13:31:59 -03:00
..
accessibility.js cleanup: Use Function.prototype.bind() 2018-02-21 13:55:02 +00:00
bluetooth.js cleanup: Use Function.prototype.bind() 2018-02-21 13:55:02 +00:00
brightness.js cleanup: Use Function.prototype.bind() 2018-02-21 13:55:02 +00:00
keyboard.js Remove usage of MetaScreen 2018-07-06 19:56:19 +02:00
location.js cleanup: Use Function.prototype.bind() 2018-02-21 13:55:02 +00:00
network.js network: Keep key focus in dialog when removing networks 2018-05-31 11:42:14 +00:00
nightLight.js cleanup: Use Function.prototype.bind() 2018-02-21 13:55:02 +00:00
power.js cleanup: Use Function.prototype.bind() 2018-02-21 13:55:02 +00:00
remoteAccess.js remoteAccess: Make indicator orange 2018-07-27 18:10:35 +02:00
rfkill.js cleanup: Use Function.prototype.bind() 2018-02-21 13:55:02 +00:00
screencast.js cleanup: Use Function.prototype.bind() 2018-02-21 13:55:02 +00:00
system.js system: Don't execute Settings 2018-07-31 13:31:59 -03:00
thunderbolt.js thunderbolt: Do not auto start boltd 2018-06-25 14:17:07 +00:00
volume.js cleanup: Use Function.prototype.bind() 2018-02-21 13:55:02 +00:00