From 7947a64780e544918fae6a91f6fabd1f9f8857df Mon Sep 17 00:00:00 2001 From: Radek Doulik Date: Fri, 15 Mar 2002 16:52:46 +0000 Subject: use gtkhtml editor API version 1.1 2002-03-15 Radek Doulik * e-msg-composer.c: use gtkhtml editor API version 1.1 svn path=/trunk/; revision=16173 --- composer/e-msg-composer.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'composer/e-msg-composer.c') diff --git a/composer/e-msg-composer.c b/composer/e-msg-composer.c index 21ae0abee7..66113929d1 100644 --- a/composer/e-msg-composer.c +++ b/composer/e-msg-composer.c @@ -101,7 +101,7 @@ #include "Editor.h" #include "listener.h" -#define GNOME_GTKHTML_EDITOR_CONTROL_ID "OAFIID:GNOME_GtkHTML_Editor" +#define GNOME_GTKHTML_EDITOR_CONTROL_ID "OAFIID:GNOME_GtkHTML_Editor:1.1" #define DEFAULT_WIDTH 600 @@ -1792,6 +1792,8 @@ sig_event_client (MailConfigSigEvent event, MailConfigSignature *sig, EMsgCompos case MAIL_CONFIG_SIG_EVENT_ADDED: case MAIL_CONFIG_SIG_EVENT_NAME_CHANGED: setup_signatures_menu (composer); + default: + ; } bonobo_ui_component_thaw (composer->uic, NULL); } -- cgit v1.2.3