From 4ce6a59f74ccc3dbf9e2065e4049bf5749cd08f1 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Mon, 1 Apr 2002 22:55:40 +0000 Subject: Re-Implemented the signature editor stuff (mostly just copy/paste from 2002-04-01 Jeffrey Stedfast * 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 --- mail/mail-signature-editor.h | 1 + 1 file changed, 1 insertion(+) (limited to 'mail/mail-signature-editor.h') 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 +#include void mail_signature_editor (MailConfigSignature *sig); -- cgit