evolution r36178 - branches/mail-dbus-remoting/mail
- From: sragavan svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution r36178 - branches/mail-dbus-remoting/mail
- Date: Fri, 29 Aug 2008 03:45:51 +0000 (UTC)
Author: sragavan
Date: Fri Aug 29 03:45:51 2008
New Revision: 36178
URL: http://svn.gnome.org/viewvc/evolution?rev=36178&view=rev
Log:
Init folder to null.
Modified:
branches/mail-dbus-remoting/mail/camel-folder-remote.c
Modified: branches/mail-dbus-remoting/mail/camel-folder-remote.c
==============================================================================
--- branches/mail-dbus-remoting/mail/camel-folder-remote.c (original)
+++ branches/mail-dbus-remoting/mail/camel-folder-remote.c Fri Aug 29 03:45:51 2008
@@ -145,7 +145,7 @@
gboolean ret;
DBusError error;
char *store_hash_key;
- CamelObjectRemote *rstore;
+ CamelObjectRemote *rstore=NULL;
dbus_error_init (&error);
/* Invoke the appropriate dbind call to MailSessionRemoteImpl */
@@ -164,13 +164,12 @@
rstore = (CamelObjectRemote *) g_hash_table_lookup (store_rhash, store_hash_key);
- d(printf("Got parent store from camel folder remotely\n"));
+ d(printf("Got parent store from camel folder remotely:%s %p in %p\n", store_hash_key, rstore, store_rhash));
return rstore;
}
guint32 camel_folder_remote_get_folder_flags (CamelFolderRemote *folder)
{
- abort ();
return 0;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]