From 1ade970722a1bb0608f0282f38df3c1efd3db4b6 Mon Sep 17 00:00:00 2001 From: Not Zed Date: Mon, 7 Apr 2003 01:45:08 +0000 Subject: ** Bug 40536 2003-04-03 Not Zed ** Bug 40536 * component-factory.c (send_receive_cb): run the warning dialogue asynchronously. Also, set the mail send/receive dialogue to transient for parent. * mail-send-recv.c (mail_send_receive): return the dialogue for send/receive. svn path=/trunk/; revision=20691 --- mail/mail-send-recv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/mail-send-recv.h') diff --git a/mail/mail-send-recv.h b/mail/mail-send-recv.h index a6db0e5eac..d97f06222e 100644 --- a/mail/mail-send-recv.h +++ b/mail/mail-send-recv.h @@ -31,7 +31,7 @@ extern "C" { #include "mail-config.h" /* send/receive all uri's */ -void mail_send_receive(void); +GtkWidget *mail_send_receive(void); /* receive a single uri */ void mail_receive_uri(const char *uri, int keep); void mail_send (void); -- cgit