[anjal] Fix where, cert dialog keeps coming on each start.



commit f4ac89af5c859dce3749fc443e33a5cfc187e7fb
Author: Srinivasa Ragavan <sragavan novell com>
Date:   Fri May 22 00:36:23 2009 +0530

    Fix where, cert dialog keeps coming on each start.
---
 src/mail-component.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/mail-component.c b/src/mail-component.c
index 16ed6b9..d21127d 100644
--- a/src/mail-component.c
+++ b/src/mail-component.c
@@ -673,8 +673,8 @@ mail_component_quit(MailComponent *mc)
 		/* Falls through */
 	case MC_QUIT_THREADS:
 		/* should we keep cancelling? */
-		if (mail_msg_active((unsigned int)-1))
-			return FALSE;
+		/* if (mail_msg_active((unsigned int)-1))
+			return FALSE; */
 
 		mail_session_shutdown ();
 		return TRUE;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]