aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2003-04-18 00:40:28 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2003-04-18 00:40:28 +0800
commit78c1eb5c1af5359f6aef675c5eb5f8918a1d8660 (patch)
treec173eb19825abc4f8b27c1fde53afbdd0c81de0b
parent1c0d5f2c846b7b87aae25305a662f420839d11a6 (diff)
downloadgsoc2013-evolution-78c1eb5c1af5359f6aef675c5eb5f8918a1d8660.tar
gsoc2013-evolution-78c1eb5c1af5359f6aef675c5eb5f8918a1d8660.tar.gz
gsoc2013-evolution-78c1eb5c1af5359f6aef675c5eb5f8918a1d8660.tar.bz2
gsoc2013-evolution-78c1eb5c1af5359f6aef675c5eb5f8918a1d8660.tar.lz
gsoc2013-evolution-78c1eb5c1af5359f6aef675c5eb5f8918a1d8660.tar.xz
gsoc2013-evolution-78c1eb5c1af5359f6aef675c5eb5f8918a1d8660.tar.zst
gsoc2013-evolution-78c1eb5c1af5359f6aef675c5eb5f8918a1d8660.zip
Turn off debugging. Fixes bug #41469.
2003-04-16 Jeffrey Stedfast <fejj@ximian.com> * e-config-upgrade.c: Turn off debugging. Fixes bug #41469. svn path=/trunk/; revision=20881
-rw-r--r--shell/ChangeLog4
-rw-r--r--shell/e-config-upgrade.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 0913c48ece..ee27362669 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,7 @@
+2003-04-16 Jeffrey Stedfast <fejj@ximian.com>
+
+ * e-config-upgrade.c: Turn off debugging. Fixes bug #41469.
+
2003-04-16 Ettore Perazzoli <ettore@ximian.com>
* apps_evolution_shell.schemas: Increase the default value for
diff --git a/shell/e-config-upgrade.c b/shell/e-config-upgrade.c
index ffa9b6ffe1..04e3edbf85 100644
--- a/shell/e-config-upgrade.c
+++ b/shell/e-config-upgrade.c
@@ -42,7 +42,7 @@
#include "e-config-upgrade.h"
-#define d(x) x
+#define d(x)
/* output revision of configuration */
#define CONF_MAJOR (1)