diff options
author | JP Rosevear <jpr@ximian.com> | 2004-01-29 22:36:39 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2004-01-29 22:36:39 +0800 |
commit | 8fdd1935b6b763435b041ad24cfee16002d564d2 (patch) | |
tree | 666882704bbe927e1bd4b884206538152017d9bf /shell | |
parent | 60043e8f5169e2e9b4c224ec0b03b6161b6e97a9 (diff) | |
download | gsoc2013-evolution-8fdd1935b6b763435b041ad24cfee16002d564d2.tar.gz gsoc2013-evolution-8fdd1935b6b763435b041ad24cfee16002d564d2.tar.zst gsoc2013-evolution-8fdd1935b6b763435b041ad24cfee16002d564d2.zip |
turn development stuff back on
2004-01-29 JP Rosevear <jpr@ximian.com>
* main.c: turn development stuff back on
svn path=/trunk/; revision=24519
Diffstat (limited to 'shell')
-rw-r--r-- | shell/ChangeLog | 4 | ||||
-rw-r--r-- | shell/main.c | 2 |
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; |