evolution-data-server r9530 - branches/eds-dbus/camel
- From: rbradford svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution-data-server r9530 - branches/eds-dbus/camel
- Date: Fri, 12 Sep 2008 09:46:22 +0000 (UTC)
Author: rbradford
Date: Fri Sep 12 09:46:22 2008
New Revision: 9530
URL: http://svn.gnome.org/viewvc/evolution-data-server?rev=9530&view=rev
Log:
2008-09-12 Srinivasa Ragavan <sragavan novell com>
* camel/camel-db.c:
* camel/camel-db.h: Make CAMEL_DB_DEBUG as ifdef
Modified:
branches/eds-dbus/camel/ChangeLog
branches/eds-dbus/camel/camel-db.c
branches/eds-dbus/camel/camel-db.h
Modified: branches/eds-dbus/camel/camel-db.c
==============================================================================
--- branches/eds-dbus/camel/camel-db.c (original)
+++ branches/eds-dbus/camel/camel-db.c Fri Sep 12 09:46:22 2008
@@ -23,8 +23,6 @@
* USA
*/
-#define CAMEL_DB_DEBUG 0
-
#include "camel-db.h"
#include "camel-string-utils.h"
@@ -38,7 +36,7 @@
#include "camel-debug.h"
-#if CAMEL_DB_DEBUG
+#ifdef CAMEL_DB_DEBUG
/* Enable d(x) if you want */
#define d(x)
/* Yeah it leaks, so fix it while debugging */
Modified: branches/eds-dbus/camel/camel-db.h
==============================================================================
--- branches/eds-dbus/camel/camel-db.h (original)
+++ branches/eds-dbus/camel/camel-db.h Fri Sep 12 09:46:22 2008
@@ -16,7 +16,7 @@
const char *sort_by;
const char *collate;
CamelDBCollate collate_cb;
-#if CAMEL_DB_DEBUG
+#ifdef CAMEL_DB_DEBUG
GTimer *timer;
#endif
};
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]