[gdm/gnome-2-30] Don't load users in user manager automatically



commit cf733b7409553e991fc3f7df7df91410de05526e
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

 gui/simple-greeter/gdm-user-manager.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/gui/simple-greeter/gdm-user-manager.c b/gui/simple-greeter/gdm-user-manager.c
index c3ec109..2b9d2a9 100644
--- a/gui/simple-greeter/gdm-user-manager.c
+++ b/gui/simple-greeter/gdm-user-manager.c
@@ -2035,8 +2035,6 @@ gdm_user_manager_init (GdmUserManager *manager)
         manager->priv->cancellable = g_cancellable_new ();
 
         get_seat_proxy (manager);
-
-        queue_load_users (manager);
 }
 
 static void



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