diff options
author | Peter Williams <peterw@ximian.com> | 2002-03-25 07:25:47 +0800 |
---|---|---|
committer | Peter Williams <peterw@src.gnome.org> | 2002-03-25 07:25:47 +0800 |
commit | ede63cde5882af8696c22ed546506ad877b73011 (patch) | |
tree | ce179d1e0f7f4fa7c70e679875e3244ccc8fdcdc | |
parent | c72a1181f16437024fbca2f9e4d35d1a66591b90 (diff) | |
download | gsoc2013-evolution-ede63cde5882af8696c22ed546506ad877b73011.tar gsoc2013-evolution-ede63cde5882af8696c22ed546506ad877b73011.tar.gz gsoc2013-evolution-ede63cde5882af8696c22ed546506ad877b73011.tar.bz2 gsoc2013-evolution-ede63cde5882af8696c22ed546506ad877b73011.tar.lz gsoc2013-evolution-ede63cde5882af8696c22ed546506ad877b73011.tar.xz gsoc2013-evolution-ede63cde5882af8696c22ed546506ad877b73011.tar.zst gsoc2013-evolution-ede63cde5882af8696c22ed546506ad877b73011.zip |
Change the OAFIID for the GtkHTML editor to have :1.1 at the end.
2002-03-24 Peter Williams <peterw@ximian.com>
* tools/killev: Change the OAFIID for the GtkHTML editor to
have :1.1 at the end.
svn path=/trunk/; revision=16241
-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"); ## |