diff options
author | Radek Doulik <rodo@ximian.com> | 2002-03-16 00:52:46 +0800 |
---|---|---|
committer | Radek Doulik <rodo@src.gnome.org> | 2002-03-16 00:52:46 +0800 |
commit | 7947a64780e544918fae6a91f6fabd1f9f8857df (patch) | |
tree | 88bef5e36026d263a3a98e7859ab4ab87cc4d706 /composer/e-msg-composer.c | |
parent | ac6299d7a485294d6090835b9942ea061c5279cf (diff) | |
download | gsoc2013-evolution-7947a64780e544918fae6a91f6fabd1f9f8857df.tar.gz gsoc2013-evolution-7947a64780e544918fae6a91f6fabd1f9f8857df.tar.zst gsoc2013-evolution-7947a64780e544918fae6a91f6fabd1f9f8857df.zip |
use gtkhtml editor API version 1.1
2002-03-15 Radek Doulik <rodo@ximian.com>
* e-msg-composer.c: use gtkhtml editor API version 1.1
svn path=/trunk/; revision=16173
Diffstat (limited to 'composer/e-msg-composer.c')
-rw-r--r-- | composer/e-msg-composer.c | 4 |
1 files changed, 3 insertions, 1 deletions
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); } |