[gnome-system-tools] Don't force updating UsersConfig on start



commit 138ff7fd65a25315f004ab334461a50c47367891
Author: Milan Bouchet-Valat <nalimilan club fr>
Date:   Mon Jan 25 12:59:58 2010 +0100

    Don't force updating UsersConfig on start
    
    This hack doesn't appear to be needed now, though it's not really clear why.

 src/users/main.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/src/users/main.c b/src/users/main.c
index 4639b3c..e9abca9 100644
--- a/src/users/main.c
+++ b/src/users/main.c
@@ -78,10 +78,6 @@ main (int argc, char *argv[])
 	gst_dialog_connect_signals (tool->main_dialog, signals);
 	main_window_prepare (GST_USERS_TOOL (tool));
 
-	/* Required for the users tool to avoid resizing the window after showing it.
-	 * FIXME: we should find something more elegant to do that. */
-	gst_users_tool_update_gui (tool);
-
 	gtk_widget_show (GTK_WIDGET (tool->main_dialog));
 	gtk_main ();
 	



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