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
This commit is contained in:
Radek Doulik
2002-03-15 16:52:46 +00:00
committed by Radek Doulik
parent ac6299d7a4
commit 7947a64780
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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);
}