[anjal] BUGFIX: GNOME #589289 - Do send/receive without dialog.
- From: Srinivasa Ragavan <sragavan src gnome org>
- To: svn-commits-list gnome org
- Subject: [anjal] BUGFIX: GNOME #589289 - Do send/receive without dialog.
- Date: Wed, 22 Jul 2009 05:31:36 +0000 (UTC)
commit f958522c0cb9728eca033e60a0758e9605077b8e
Author: Srinivasa Ragavan <sragavan novell com>
Date: Wed Jul 22 11:00:34 2009 +0530
BUGFIX: GNOME #589289 - Do send/receive without dialog.
src/mail-component.c | 2 +-
src/mail-view.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/mail-component.c b/src/mail-component.c
index 9d5a2f4..6fc5d14 100644
--- a/src/mail-component.c
+++ b/src/mail-component.c
@@ -839,7 +839,7 @@ void
mail_component_send_receive (MailComponent *mc)
{
em_utils_clear_get_password_canceled_accounts_flag ();
- mail_send_receive ();
+ mail_send_receive_dialog (FALSE);
}
diff --git a/src/mail-view.c b/src/mail-view.c
index 8a2ae5e..1a32105 100644
--- a/src/mail-view.c
+++ b/src/mail-view.c
@@ -706,7 +706,7 @@ mail_view_check_mail(MailView *mv)
}
}
em_utils_clear_get_password_canceled_accounts_flag ();
- mail_send_receive ();
+ mail_send_receive_dialog (FALSE);
}
void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]