evolution r36204 - branches/mail-dbus-remoting/mail
- From: sragavan svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution r36204 - branches/mail-dbus-remoting/mail
- Date: Fri, 29 Aug 2008 19:57:09 +0000 (UTC)
Author: sragavan
Date: Fri Aug 29 19:57:09 2008
New Revision: 36204
URL: http://svn.gnome.org/viewvc/evolution?rev=36204&view=rev
Log:
Remove debug stuffs.
Modified:
branches/mail-dbus-remoting/mail/camel-folder-remote-impl.c
branches/mail-dbus-remoting/mail/camel-folder-remote.c
Modified: branches/mail-dbus-remoting/mail/camel-folder-remote-impl.c
==============================================================================
--- branches/mail-dbus-remoting/mail/camel-folder-remote-impl.c (original)
+++ branches/mail-dbus-remoting/mail/camel-folder-remote-impl.c Fri Aug 29 19:57:09 2008
@@ -109,7 +109,7 @@
store_hash_key = e_dbus_get_store_hash (store_url);
dbus_message_append_args (return_val, DBUS_TYPE_STRING, &store_hash_key, DBUS_TYPE_INVALID);
- printf("%s: Success. store_hash_key:%s\n", method, store_hash_key);
+ d(printf("%s: Success. store_hash_key:%s\n", method, store_hash_key));
} else if (strcmp(method, "camel_folder_get_name") == 0) {
gboolean ret;
const char *name;
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 19:57:09 2008
@@ -5,7 +5,7 @@
#include "camel-folder-remote.h"
-#define d(x) x
+#define d(x)
extern GHashTable *folder_hash;
extern GHashTable *store_rhash;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]