[anjal] BUGFIX: Novell Bugzilla: #519663 - Autodetect email should go to last
- From: Srinivasa Ragavan <sragavan src gnome org>
- To: svn-commits-list gnome org
- Subject: [anjal] BUGFIX: Novell Bugzilla: #519663 - Autodetect email should go to last
- Date: Wed, 15 Jul 2009 19:03:56 +0000 (UTC)
commit 84dff5a3d5c63837345abc0255287500910aa90d
Author: Srinivasa Ragavan <sragavan novell com>
Date: Thu Jul 16 00:32:34 2009 +0530
BUGFIX: Novell Bugzilla: #519663 - Autodetect email should go to last
page.
src/mail-account-view.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/src/mail-account-view.c b/src/mail-account-view.c
index aaf6d31..c86e5cf 100644
--- a/src/mail-account-view.c
+++ b/src/mail-account-view.c
@@ -427,7 +427,9 @@ mav_next_pressed (GtkButton *button, MailAccountView *mav)
if (!mav->pages[mav->current_page]->done) {
mav->pages[mav->current_page]->done = TRUE;
if (mail_account_pages[mav->current_page].path) {
- em_account_editor_check(mav->edit, mail_account_pages[mav->current_page].path);
+
+ if (em_account_editor_check(mav->edit, mail_account_pages[mav->current_page].path))
+ mav_next_pressed (NULL, mav);
}
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]