aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--shell/ChangeLog4
-rw-r--r--shell/main.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 943cee1b09..f705d6cb7a 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,7 @@
+2004-01-29 JP Rosevear <jpr@ximian.com>
+
+ * main.c: turn development stuff back on
+
2004-01-28 JP Rosevear <jpr@ximian.com>
* main.c (kill_dataserver): g_message this
diff --git a/shell/main.c b/shell/main.c
index 530206886c..eb0af46f70 100644
--- a/shell/main.c
+++ b/shell/main.c
@@ -80,7 +80,7 @@
#include <pthread.h>
-//#define DEVELOPMENT
+#define DEVELOPMENT
static EShell *shell = NULL;