evolution r36208 - branches/mail-dbus-remoting/mail
- From: sragavan svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution r36208 - branches/mail-dbus-remoting/mail
- Date: Fri, 29 Aug 2008 19:58:02 +0000 (UTC)
Author: sragavan
Date: Fri Aug 29 19:58:02 2008
New Revision: 36208
URL: http://svn.gnome.org/viewvc/evolution?rev=36208&view=rev
Log:
Make use of urls right
Modified:
branches/mail-dbus-remoting/mail/mail-folder-cache.c
Modified: branches/mail-dbus-remoting/mail/mail-folder-cache.c
==============================================================================
--- branches/mail-dbus-remoting/mail/mail-folder-cache.c (original)
+++ branches/mail-dbus-remoting/mail/mail-folder-cache.c Fri Aug 29 19:58:02 2008
@@ -571,7 +571,7 @@
CamelURL *url;
char *out;
- url = camel_url_copy(camel_store_get_url_remote (store));
+ url = camel_url_new(camel_store_get_url_remote (store), NULL);
if (camel_store_get_url_flags_remote (store) & CAMEL_URL_FRAGMENT_IS_PATH) {
camel_url_set_fragment(url, full_name);
} else {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]