diff options
author | Not Zed <NotZed@Ximian.com> | 2003-04-07 09:45:08 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2003-04-07 09:45:08 +0800 |
commit | 1ade970722a1bb0608f0282f38df3c1efd3db4b6 (patch) | |
tree | 5ddfabae643a3ef7ccbfa6e28f6ce4702d6eeb36 /mail/mail-send-recv.h | |
parent | cc0748768a7f1115590d627a92337fe657158bab (diff) | |
download | gsoc2013-evolution-1ade970722a1bb0608f0282f38df3c1efd3db4b6.tar gsoc2013-evolution-1ade970722a1bb0608f0282f38df3c1efd3db4b6.tar.gz gsoc2013-evolution-1ade970722a1bb0608f0282f38df3c1efd3db4b6.tar.bz2 gsoc2013-evolution-1ade970722a1bb0608f0282f38df3c1efd3db4b6.tar.lz gsoc2013-evolution-1ade970722a1bb0608f0282f38df3c1efd3db4b6.tar.xz gsoc2013-evolution-1ade970722a1bb0608f0282f38df3c1efd3db4b6.tar.zst gsoc2013-evolution-1ade970722a1bb0608f0282f38df3c1efd3db4b6.zip |
** Bug 40536
2003-04-03 Not Zed <NotZed@Ximian.com>
** 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
Diffstat (limited to 'mail/mail-send-recv.h')
-rw-r--r-- | mail/mail-send-recv.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |