[evolution] Bug 596186 - New Mail account setup Assistant window is blank



commit 748918c36ea6199a83042a94e26b54db5c68076b
Author: Matthew Barnes <mbarnes redhat com>
Date:   Mon Sep 28 14:34:06 2009 -0400

    Bug 596186 - New Mail account setup Assistant window is blank

 e-util/e-config.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/e-util/e-config.c b/e-util/e-config.c
index 3695069..db410a5 100644
--- a/e-util/e-config.c
+++ b/e-util/e-config.c
@@ -988,7 +988,6 @@ e_config_create_widget(EConfig *emp)
 	if (emp->type == E_CONFIG_BOOK)
 		gtk_notebook_set_current_page((GtkNotebook *)emp->widget, 0);
 	else {
-		gtk_assistant_set_current_page (GTK_ASSISTANT (emp->widget), 0);
 		gtk_window_set_position (GTK_WINDOW (emp->widget), GTK_WIN_POS_CENTER);
 		gtk_widget_show (emp->widget);
 	}



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