gnome-shell/js
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
..
extensionPrefs cleanup: Use Function.prototype.bind() 2018-02-21 13:55:02 +00:00
gdm gdm, util: Always allow to retry login in unlock mode 2018-07-25 20:32:42 +00:00
misc Explicitly convert raw data to strings 2018-07-31 16:28:53 +00:00
perf scripting: Fix argument list of createTestWindow() 2018-04-25 23:47:06 +02:00
portalHelper cleanup: Use Function.prototype.bind() 2018-02-21 13:55:02 +00:00
ui system: Don't execute Settings 2018-07-31 13:31:59 -03:00
js-resources.gresource.xml Add remote access indication and control 2018-07-23 14:03:26 +02:00
meson.build build: Support the meson build system 2017-07-20 00:20:54 +02:00