[gnome-shell] endSessionDialog: Fix a signal-name typo
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] endSessionDialog: Fix a signal-name typo
- Date: Mon, 20 Jan 2020 14:15:47 +0000 (UTC)
commit aae3789142834cfde0d032bdf3b7f0b00657beba
Author: Jonas Dreßler <verdre v0yd nl>
Date: Thu Dec 5 13:06:35 2019 +0100
endSessionDialog: Fix a signal-name typo
https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/935
js/ui/endSessionDialog.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/js/ui/endSessionDialog.js b/js/ui/endSessionDialog.js
index 7c8961d3b1..d9f78de777 100644
--- a/js/ui/endSessionDialog.js
+++ b/js/ui/endSessionDialog.js
@@ -260,7 +260,7 @@ class EndSessionDialog extends ModalDialog.ModalDialog {
this.connect('opened',
this._onOpened.bind(this));
- this._userLoadedId = this._user.connect('notify::is_loaded', this._sync.bind(this));
+ this._userLoadedId = this._user.connect('notify::is-loaded', this._sync.bind(this));
this._userChangedId = this._user.connect('changed', this._sync.bind(this));
let mainContentLayout = new St.BoxLayout({
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]