evolution r35531 - trunk/mail



Author: sragavan
Date: Fri May 23 10:10:47 2008
New Revision: 35531
URL: http://svn.gnome.org/viewvc/evolution?rev=35531&view=rev

Log:
2008-05-23  Srinivasa Ragavan  <sragavan novell com>

	* mail-mt.c: (mail_msg_check_error): Convert the the warning to a
	message.


Modified:
   trunk/mail/ChangeLog
   trunk/mail/mail-mt.c

Modified: trunk/mail/mail-mt.c
==============================================================================
--- trunk/mail/mail-mt.c	(original)
+++ trunk/mail/mail-mt.c	Fri May 23 10:10:47 2008
@@ -319,7 +319,7 @@
 	/* we key on the operation pointer, which is at least accurate enough
 	   for the operation type, although it could be on a different object. */
 	if (g_hash_table_lookup(active_errors, m->info)) {
-		g_warning("Error occurred while existing dialogue active:\n%s", camel_exception_get_description(&m->ex));
+		g_message("Error occurred while existing dialogue active:\n%s", camel_exception_get_description(&m->ex));
 		return;
 	}
 



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