[gdm] Don't load users in user manager automatically



commit 5b2535c788ae3b160059923b82db6d37d3305c1e
Author: Ray Strode <rstrode redhat com>
Date:   Thu Jun 24 01:54:49 2010 -0400

    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)

 gui/simple-greeter/gdm-user-manager.c |    1 -
 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 a14c09b..995544d 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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]