From 17d13191decae2957d0b24f4d014de46828f5157 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Tue, 25 Feb 2003 14:49:58 +0000 Subject: Redo this to not use the CORBA interfaces in the local case (in * mail-config-druid.c: Redo this to not use the CORBA interfaces in the local case (in preparation for redoing the CORBA interfaces). (mail_config_druid_new): Remove unused "shell" arg * mail-account-gui.c (mail_account_gui_transport_complete): Don't crash if there's no transport selected at all. (mail_account_gui_new): Don't try to set cc_addrs/bcc_addrs if they're NULL. * mail-accounts.c (account_add_clicked): Don't need to pass shell to mail_config_druid_new. * mail-callbacks.c (configure_mail): Don't need to pass shell to mail_config_druid_new. svn path=/trunk/; revision=20051 --- mail/mail-config.glade | 101 ++++++++++++++++++++++--------------------------- 1 file changed, 46 insertions(+), 55 deletions(-) (limited to 'mail/mail-config.glade') diff --git a/mail/mail-config.glade b/mail/mail-config.glade index 8fe953432f..f62889af12 100644 --- a/mail/mail-config.glade +++ b/mail/mail-config.glade @@ -5,7 +5,7 @@ - window1 + Evolution Account Assistant GTK_WINDOW_TOPLEVEL GTK_WIN_POS_NONE False @@ -19,7 +19,7 @@ False - + True GNOME_EDGE_START Mail Configuration @@ -729,7 +729,7 @@ For example: "Work" or "Personal" 3 True False - 3 + 0 @@ -752,7 +752,7 @@ For example: "Work" or "Personal" False 1 0.5 - 2 + 0 0 source_type_omenu @@ -836,61 +836,52 @@ For example: "Work" or "Personal" - + + 3 True - 0.5 - 0.5 - 0.97 - 3.91155e-07 + False + 3 - + True - False - 3 - - - - True - Description: - False - False - GTK_JUSTIFY_CENTER - False - False - 0.5 - 0.5 - 0 - 0 - - - 0 - False - False - - + Description: + False + False + GTK_JUSTIFY_CENTER + False + False + 0.5 + 0.5 + 0 + 0 + + + 0 + False + True + + - - - True - description - False - False - GTK_JUSTIFY_CENTER - False - False - 0.5 - 0.5 - 0 - 0 - - - 0 - False - False - - + + + True + description + False + False + GTK_JUSTIFY_LEFT + False + False + 0 + 0 + 0 + 0 + + 0 + True + True + @@ -1607,7 +1598,7 @@ For example: "Work" or "Personal" False 1 0.5 - 2 + 0 0 transport_type_omenu @@ -1684,7 +1675,7 @@ For example: "Work" or "Personal" False 1 0 - 2 + 0 0 -- cgit