evolution r36207 - branches/mail-dbus-remoting/mail



Author: sragavan
Date: Fri Aug 29 19:57:48 2008
New Revision: 36207
URL: http://svn.gnome.org/viewvc/evolution?rev=36207&view=rev

Log:
Remove CAMEL_IS_FOLDER


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	Fri Aug 29 19:57:48 2008
@@ -389,8 +389,7 @@
 	CamelURL *url;
 	char *out;
 
-	g_return_val_if_fail (CAMEL_IS_FOLDER (folder), NULL);
-
+	url = camel_url_new ();
 	url = camel_url_copy(((CamelService *)folder->parent_store)->url);
 	if (((CamelService *)folder->parent_store)->provider->url_flags  & CAMEL_URL_FRAGMENT_IS_PATH) {
 		camel_url_set_fragment(url, folder->full_name);



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