aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Williams <peterw@ximian.com>2002-03-25 07:25:47 +0800
committerPeter Williams <peterw@src.gnome.org>2002-03-25 07:25:47 +0800
commitede63cde5882af8696c22ed546506ad877b73011 (patch)
treece179d1e0f7f4fa7c70e679875e3244ccc8fdcdc
parentc72a1181f16437024fbca2f9e4d35d1a66591b90 (diff)
downloadgsoc2013-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--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");
##