summaryrefslogtreecommitdiff
path: root/gui
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2010-06-24 01:54:49 -0400
committerRay Strode <rstrode@redhat.com>2010-08-17 11:34:10 -0400
commit5b2535c788ae3b160059923b82db6d37d3305c1e (patch)
tree574bd0a58178b0e82e31eca35a77c13f53fe3dc7 /gui
parent972dcb0c965fbef6c9813dc2de2ea636a8b21d69 (diff)
downloadgdm-5b2535c788ae3b160059923b82db6d37d3305c1e.tar.gz
Don't load users in user manager automatically
In theory, the user manager could be useful for some use cases without loading the entire user list. In practice, the user manager requires the list to be loaded before it's really functional. Still, that could potentially be fixed in the future. commit 9ab0c955326c9be530757dde8f31594b88593c69 mentions making this change, already, but actually neglects to do it. This commit just "fixes the glitch". https://bugzilla.gnome.org/show_bug.cgi?id=622639 (cherry picked from commit cf733b7409553e991fc3f7df7df91410de05526e)
Diffstat (limited to 'gui')
-rw-r--r--gui/simple-greeter/gdm-user-manager.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gui/simple-greeter/gdm-user-manager.c b/gui/simple-greeter/gdm-user-manager.c
index a14c09b6..995544d1 100644
--- a/gui/simple-greeter/gdm-user-manager.c
+++ b/gui/simple-greeter/gdm-user-manager.c
@@ -2261,7 +2261,6 @@ gdm_user_manager_init (GdmUserManager *manager)
get_seat_proxy (manager);
get_accounts_proxy (manager);
- queue_load_users (manager);
}
static void