aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-signature-editor.c
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2003-05-28 07:39:43 +0800
committerMichael Zucci <zucchi@src.gnome.org>2003-05-28 07:39:43 +0800
commitd575bb994eebbe511b80bb07abda56d28a9883e3 (patch)
treea4b71860d8cbefa3b086b25f66ef5239862904ee /mail/mail-signature-editor.c
parentf05515011feff2de19f6ee8950c97fe08d67b6d9 (diff)
downloadgsoc2013-evolution-d575bb994eebbe511b80bb07abda56d28a9883e3.tar
gsoc2013-evolution-d575bb994eebbe511b80bb07abda56d28a9883e3.tar.gz
gsoc2013-evolution-d575bb994eebbe511b80bb07abda56d28a9883e3.tar.bz2
gsoc2013-evolution-d575bb994eebbe511b80bb07abda56d28a9883e3.tar.lz
gsoc2013-evolution-d575bb994eebbe511b80bb07abda56d28a9883e3.tar.xz
gsoc2013-evolution-d575bb994eebbe511b80bb07abda56d28a9883e3.tar.zst
gsoc2013-evolution-d575bb994eebbe511b80bb07abda56d28a9883e3.zip
set the default open size to something reasonable. For #43410.
2003-05-27 Not Zed <NotZed@Ximian.com> * message-tag-editor.c (message_tag_editor_init): set the default open size to something reasonable. For #43410. * mail-signature-editor.c (d): turn off debugging. * mail-config.c (mail_config_signature_add): save new signature in signature list. For #43688. svn path=/trunk/; revision=21340
Diffstat (limited to 'mail/mail-signature-editor.c')
-rw-r--r--mail/mail-signature-editor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mail-signature-editor.c b/mail/mail-signature-editor.c
index c4a4c27970..0c1907b3bb 100644
--- a/mail/mail-signature-editor.c
+++ b/mail/mail-signature-editor.c
@@ -37,7 +37,7 @@
#include "mail-signature-editor.h"
#include "mail-config.h"
-#define d(x) x
+#define d(x)
struct _ESignatureEditor {