aboutsummaryrefslogtreecommitdiffstats
path: root/composer
diff options
context:
space:
mode:
authorRadek Doulik <rodo@ximian.com>2002-03-16 00:52:46 +0800
committerRadek Doulik <rodo@src.gnome.org>2002-03-16 00:52:46 +0800
commit7947a64780e544918fae6a91f6fabd1f9f8857df (patch)
tree88bef5e36026d263a3a98e7859ab4ab87cc4d706 /composer
parentac6299d7a485294d6090835b9942ea061c5279cf (diff)
downloadgsoc2013-evolution-7947a64780e544918fae6a91f6fabd1f9f8857df.tar
gsoc2013-evolution-7947a64780e544918fae6a91f6fabd1f9f8857df.tar.gz
gsoc2013-evolution-7947a64780e544918fae6a91f6fabd1f9f8857df.tar.bz2
gsoc2013-evolution-7947a64780e544918fae6a91f6fabd1f9f8857df.tar.lz
gsoc2013-evolution-7947a64780e544918fae6a91f6fabd1f9f8857df.tar.xz
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')
-rw-r--r--composer/ChangeLog4
-rw-r--r--composer/e-msg-composer.c4
2 files changed, 7 insertions, 1 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog
index 2bf9ceacb2..4a0b381f40 100644
--- a/composer/ChangeLog
+++ b/composer/ChangeLog
@@ -1,3 +1,7 @@
+2002-03-15 Radek Doulik <rodo@ximian.com>
+
+ * e-msg-composer.c: use gtkhtml editor API version 1.1
+
2002-03-11 Dan Winship <danw@ximian.com>
* listener.c (impl_event): Remove the extremely verbose printf
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);
}