diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-04-02 06:55:40 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-04-02 06:55:40 +0800 |
commit | 4ce6a59f74ccc3dbf9e2065e4049bf5749cd08f1 (patch) | |
tree | 56f21aa423ea8d1cf6121b383886b6eccaff934c /mail/mail-signature-editor.h | |
parent | 7f497424b67fd42dd8068b3d7e72d023ff54bd9a (diff) | |
download | gsoc2013-evolution-4ce6a59f74ccc3dbf9e2065e4049bf5749cd08f1.tar.gz gsoc2013-evolution-4ce6a59f74ccc3dbf9e2065e4049bf5749cd08f1.tar.zst gsoc2013-evolution-4ce6a59f74ccc3dbf9e2065e4049bf5749cd08f1.zip |
Re-Implemented the signature editor stuff (mostly just copy/paste from
2002-04-01 Jeffrey Stedfast <fejj@ximian.com>
* mail-composer-prefs.c (mail_composer_prefs_construct):
Re-Implemented the signature editor stuff (mostly just copy/paste
from Radeks original code).
* mail-signature-editor.c (mail_signature_editor): Use the right
oafiid for the html editor control.
svn path=/trunk/; revision=16316
Diffstat (limited to 'mail/mail-signature-editor.h')
-rw-r--r-- | mail/mail-signature-editor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/mail-signature-editor.h b/mail/mail-signature-editor.h index bcce6412d9..60a5e6ae04 100644 --- a/mail/mail-signature-editor.h +++ b/mail/mail-signature-editor.h @@ -30,6 +30,7 @@ extern "C" { #endif /* __cplusplus */ #include <glib.h> +#include <mail-config.h> void mail_signature_editor (MailConfigSignature *sig); |