evolution r36188 - branches/mail-dbus-remoting/mail
- From: sragavan svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution r36188 - branches/mail-dbus-remoting/mail
- Date: Fri, 29 Aug 2008 06:37:01 +0000 (UTC)
Author: sragavan
Date: Fri Aug 29 06:37:01 2008
New Revision: 36188
URL: http://svn.gnome.org/viewvc/evolution?rev=36188&view=rev
Log:
Move objects to remote. Hurray, it starts up.
Modified:
branches/mail-dbus-remoting/mail/em-migrate.c
branches/mail-dbus-remoting/mail/em-popup.c
Modified: branches/mail-dbus-remoting/mail/em-migrate.c
==============================================================================
--- branches/mail-dbus-remoting/mail/em-migrate.c (original)
+++ branches/mail-dbus-remoting/mail/em-migrate.c Fri Aug 29 06:37:01 2008
@@ -1756,8 +1756,8 @@
goto fatal;
if (thread_list != -1) {
- camel_object_meta_set (new_folder, "evolution:thread_list", thread_list ? "1" : "0");
- camel_object_state_write (new_folder);
+ camel_object_remote_meta_set (new_folder, "evolution:thread_list", thread_list ? "1" : "0");
+ camel_object_remote_state_write (new_folder);
}
uids = camel_folder_get_uids (old_folder);
Modified: branches/mail-dbus-remoting/mail/em-popup.c
==============================================================================
--- branches/mail-dbus-remoting/mail/em-popup.c (original)
+++ branches/mail-dbus-remoting/mail/em-popup.c Fri Aug 29 06:37:01 2008
@@ -168,7 +168,7 @@
em_popup_target_new_select(EMPopup *emp, struct _CamelFolder *folder, const char *folder_uri, GPtrArray *uids)
{
EMPopupTargetSelect *t = e_popup_target_new(&emp->popup, EM_POPUP_TARGET_SELECT, sizeof(*t));
- CamelObjectRemote *store = CAMEL_STORE (folder->parent_store);
+ CamelObjectRemote *store = camel_folder_get_parent_store (folder);
guint32 mask = ~0;
gboolean draft_or_outbox;
int i;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]