diff --git a/js/gdm/loginDialog.js b/js/gdm/loginDialog.js index 7810b03e4..080237cfb 100644 --- a/js/gdm/loginDialog.js +++ b/js/gdm/loginDialog.js @@ -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() {