evolution r36087 - branches/mail-dbus-remoting/mail



Author: sragavan
Date: Tue Aug 26 19:09:17 2008
New Revision: 36087
URL: http://svn.gnome.org/viewvc/evolution?rev=36087&view=rev

Log:
Make Exceptions logically.


Modified:
   branches/mail-dbus-remoting/mail/camel-session-remote-impl.c

Modified: branches/mail-dbus-remoting/mail/camel-session-remote-impl.c
==============================================================================
--- branches/mail-dbus-remoting/mail/camel-session-remote-impl.c	(original)
+++ branches/mail-dbus-remoting/mail/camel-session-remote-impl.c	Tue Aug 26 19:09:17 2008
@@ -181,7 +181,7 @@
 
 		g_hash_table_insert (store_hash, store_hash_key, service);
 
-		if (ex)
+		if (camel_exception_is_set(ex))
 			err = g_strdup (camel_exception_get_description (ex));
 		else
 			err = g_strdup ("");



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