evolution r36152 - branches/mail-dbus-remoting/mail



Author: psankar
Date: Thu Aug 28 08:51:26 2008
New Revision: 36152
URL: http://svn.gnome.org/viewvc/evolution?rev=36152&view=rev

Log:
Fix build break.


Modified:
   branches/mail-dbus-remoting/mail/em-folder-utils.c

Modified: branches/mail-dbus-remoting/mail/em-folder-utils.c
==============================================================================
--- branches/mail-dbus-remoting/mail/em-folder-utils.c	(original)
+++ branches/mail-dbus-remoting/mail/em-folder-utils.c	Thu Aug 28 08:51:26 2008
@@ -304,7 +304,7 @@
 	}
 
 	url = camel_url_new (uri, NULL);
-	if (camel_store_get_url_flags_remote (store) & CAMEL_URL_FRAGMENT_IS_PATH)
+	if (camel_store_get_url_flags_remote (tostore) & CAMEL_URL_FRAGMENT_IS_PATH)
 		tobase = url->fragment;
 	else if (url->path && url->path[0])
 		tobase = url->path+1;



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