From a45637985e29d9249b4b9e74bacccc7603a1855f Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Fri, 10 May 2002 19:51:03 +0000 Subject: Don't add any shortcuts here. (mail_config_remove_account): And don't 2002-05-10 Jeffrey Stedfast * mail-config.c (mail_config_add_account): Don't add any shortcuts here. (mail_config_remove_account): And don't remove them here. This code has never worked properly. * mail-ops.c (save_part_save): Use the exception enum names rather than '1' since it makes the code clearer. svn path=/trunk/; revision=16756 --- mail/mail-display.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mail/mail-display.c') diff --git a/mail/mail-display.c b/mail/mail-display.c index a1c3e04ed7..267f28f078 100644 --- a/mail/mail-display.c +++ b/mail/mail-display.c @@ -97,7 +97,7 @@ static void write_data_written(CamelMimePart *part, char *name, int done, void *data) { int *ret = data; - + /* should we popup a dialogue to say its done too? */ *ret = done; } @@ -121,7 +121,7 @@ write_data_to_file (CamelMimePart *part, const char *name, gboolean unique) NULL); text = gtk_label_new (_("A file by that name already exists.\nOverwrite it?")); gtk_box_pack_start (GTK_BOX (GNOME_DIALOG (dlg)->vbox), text, TRUE, TRUE, 4); - gtk_window_set_policy(GTK_WINDOW(dlg), FALSE, TRUE, FALSE); + gtk_window_set_policy (GTK_WINDOW (dlg), FALSE, TRUE, FALSE); gtk_widget_show (text); if (gnome_dialog_run_and_close (GNOME_DIALOG (dlg)) != 0) @@ -133,7 +133,7 @@ write_data_to_file (CamelMimePart *part, const char *name, gboolean unique) /* should this have progress of what its doing? */ mail_msg_wait (mail_save_part (part, name, write_data_written, &ret)); - + return ret; } -- cgit v1.2.3