aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rwxr-xr-xtools/killev2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3a4026cf0e..2848e3170f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-03-24 Peter Williams <peterw@ximian.com>
+
+ * tools/killev: Change the OAFIID for the GtkHTML editor to
+ have :1.1 at the end.
+
2002-03-19 Dan Winship <danw@ximian.com>
* tools/Makefile.am (evolution_addressbook_import_LDADD):
diff --git a/tools/killev b/tools/killev
index 14b9f501cd..dc8920c271 100755
--- a/tools/killev
+++ b/tools/killev
@@ -16,7 +16,7 @@ $debug=0;
# IIDs of specific CORBA servers that need to die that don't implement
# useful interfaces (for querying, anyway)
@iids = ("OAFIID:GNOME_Evolution_Calendar_AlarmNotify_Factory",
- "OAFIID:GNOME_GtkHTML_Editor_Factory",
+ "OAFIID:GNOME_GtkHTML_Editor_Factory:1.1",
"OAFIID:Bonobo_Moniker_xmldb_Factory");
##