Blob Blame History Raw
--- gnome-panel-2.13.5/gnome-panel/panel-logout.c.switch-user	2006-01-20 09:43:52.000000000 -0500
+++ gnome-panel-2.13.5/gnome-panel/panel-logout.c	2006-01-20 09:44:26.000000000 -0500
@@ -205,10 +205,12 @@
 		// FIXME set default button
 		logout_dialog->priv->default_response = PANEL_LOGOUT_DIALOG_LOGOUT;
 
+#if 0
 		//FIXME is gdm running?
 		gtk_dialog_add_button (GTK_DIALOG (logout_dialog),
 				       _("_Switch User"),
 				       PANEL_LOGOUT_RESPONSE_SWITCH_USER);
+#endif
 		gtk_dialog_add_button (GTK_DIALOG (logout_dialog),
 				       GTK_STOCK_CANCEL,
 				       GTK_RESPONSE_CANCEL);