windowCycler: Create settings before chaining up
It's used in _getWindows() which is called from the parent's _init(). https://gitlab.gnome.org/GNOME/gnome-shell/issues/1064
This commit is contained in:
parent
6e317a54fd
commit
31e7f0340f
@ -619,9 +619,8 @@ class WindowSwitcherPopup extends SwitcherPopup.SwitcherPopup {
|
|||||||
var WindowCyclerPopup = GObject.registerClass(
|
var WindowCyclerPopup = GObject.registerClass(
|
||||||
class WindowCyclerPopup extends CyclerPopup {
|
class WindowCyclerPopup extends CyclerPopup {
|
||||||
_init() {
|
_init() {
|
||||||
super._init();
|
|
||||||
|
|
||||||
this._settings = new Gio.Settings({ schema_id: 'org.gnome.shell.window-switcher' });
|
this._settings = new Gio.Settings({ schema_id: 'org.gnome.shell.window-switcher' });
|
||||||
|
super._init();
|
||||||
}
|
}
|
||||||
|
|
||||||
_getWindows() {
|
_getWindows() {
|
||||||
|
Loading…
Reference in New Issue
Block a user