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/main.c | |
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/main.c')
-rw-r--r-- | shell/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |