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
@ -861,6 +861,8 @@ const LoginDialog = new Lang.Class({
|
|||||||
Lang.bind(this, function(userManager, user) {
|
Lang.bind(this, function(userManager, user) {
|
||||||
this._userList.removeUser(user);
|
this._userList.removeUser(user);
|
||||||
}));
|
}));
|
||||||
|
|
||||||
|
return GLib.SOURCE_REMOVE;
|
||||||
},
|
},
|
||||||
|
|
||||||
open: function() {
|
open: function() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user