diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rwxr-xr-x | tools/killev | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -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"); ## |