aboutsummaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
Diffstat (limited to 'shell')
-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)