evolution r36149 - branches/mail-dbus-remoting/mail



Author: psankar
Date: Thu Aug 28 07:59:47 2008
New Revision: 36149
URL: http://svn.gnome.org/viewvc/evolution?rev=36149&view=rev

Log:
CamelStore Goodness. Folder->store thing is yet to begin.


Modified:
   branches/mail-dbus-remoting/mail/mail-tools.c

Modified: branches/mail-dbus-remoting/mail/mail-tools.c
==============================================================================
--- branches/mail-dbus-remoting/mail/mail-tools.c	(original)
+++ branches/mail-dbus-remoting/mail/mail-tools.c	Thu Aug 28 07:59:47 2008
@@ -91,7 +91,7 @@
 	if (!store)
 		return NULL;
 
-	if (connect || ((CamelService *) store)->status == CAMEL_SERVICE_CONNECTED)
+	if (connect || (camel_store_remote_get_status (store) == CAMEL_SERVICE_CONNECTED))
 		trash = camel_store_get_trash_remote (store, ex);
 	else
 		trash = NULL;



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