mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
loginDialog: Add missing return value
_loadUserList() may be used as idle handler, so we should explicitly return a boolean. https://bugzilla.gnome.org/show_bug.cgi?id=725905
This commit is contained in:
parent
257e1f3096
commit
ef8123e3a2
1 changed files with 2 additions and 0 deletions
|
|
@ -861,6 +861,8 @@ const LoginDialog = new Lang.Class({
|
|||
Lang.bind(this, function(userManager, user) {
|
||||
this._userList.removeUser(user);
|
||||
}));
|
||||
|
||||
return GLib.SOURCE_REMOVE;
|
||||
},
|
||||
|
||||
open: function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue