diff options
author | 0 <NotZed@Ximian.com> | 2001-10-31 05:45:31 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2001-10-31 05:45:31 +0800 |
commit | 3599e4885594487ccd440950d2f92099c873cf4c (patch) | |
tree | bd8a5917fed78b9122ebc06ed3b69e959843b2f5 | |
parent | 18e40f0e2d16f5258689fc2f75e4b94ac364aae9 (diff) | |
download | gsoc2013-evolution-3599e4885594487ccd440950d2f92099c873cf4c.tar gsoc2013-evolution-3599e4885594487ccd440950d2f92099c873cf4c.tar.gz gsoc2013-evolution-3599e4885594487ccd440950d2f92099c873cf4c.tar.bz2 gsoc2013-evolution-3599e4885594487ccd440950d2f92099c873cf4c.tar.lz gsoc2013-evolution-3599e4885594487ccd440950d2f92099c873cf4c.tar.xz gsoc2013-evolution-3599e4885594487ccd440950d2f92099c873cf4c.tar.zst gsoc2013-evolution-3599e4885594487ccd440950d2f92099c873cf4c.zip |
Turn it off.
2001-10-30 <NotZed@Ximian.com>
* message-browser.c (d): Turn it off.
svn path=/trunk/; revision=14483
-rw-r--r-- | mail/ChangeLog | 2 | ||||
-rw-r--r-- | mail/message-browser.c | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 62e5e42994..1b33ad5259 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,7 @@ 2001-10-30 <NotZed@Ximian.com> + * message-browser.c (d): Turn it off. + * mail-mt.c: Added exception strings to some of the op logging. * mail-format.c (elide_quotes): Remove, uh, what was this for, its diff --git a/mail/message-browser.c b/mail/message-browser.c index 7f7f48ebd7..d37d1eab18 100644 --- a/mail/message-browser.c +++ b/mail/message-browser.c @@ -48,7 +48,7 @@ #include "folder-browser-ui.h" -#define d(x) x +#define d(x) #define MINIMUM_WIDTH 600 #define MINIMUM_HEIGHT 400 |