diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-08-19 02:50:25 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-08-19 02:50:25 +0800 |
commit | 0f9dd881a385db5e28a2c4d0eb93e015fcd34cb7 (patch) | |
tree | 333ddc68356824a18a78c4fd21e2dea16400e423 | |
parent | 0cc0035a7e84cdfaa93653605eecd8054afa7a10 (diff) | |
download | gsoc2013-evolution-0f9dd881a385db5e28a2c4d0eb93e015fcd34cb7.tar.gz gsoc2013-evolution-0f9dd881a385db5e28a2c4d0eb93e015fcd34cb7.tar.zst gsoc2013-evolution-0f9dd881a385db5e28a2c4d0eb93e015fcd34cb7.zip |
Remove obsolete Bonobo IDs from killev.
-rw-r--r-- | tools/killev.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tools/killev.c b/tools/killev.c index a978fea0d8..bf8d587272 100644 --- a/tools/killev.c +++ b/tools/killev.c @@ -204,17 +204,8 @@ main (gint argc, gchar **argv) (GDestroyNotify) NULL, (GDestroyNotify) kill_component); - add_matching_repo_id ("IDL:GNOME/Evolution/Shell:" BASE_VERSION); - g_hash_table_remove_all (components); - - add_matching_repo_id ("IDL:GNOME/Evolution/Component:" BASE_VERSION); add_matching_repo_id ("IDL:GNOME/Evolution/DataServer/CalFactory:" DATASERVER_API_VERSION); - add_matching_repo_id ("IDL:GNOME/Evolution/DataServer/BookFactory:" DATASERVER_API_VERSION); - add_matching_repo_id ("IDL:GNOME/Evolution/Importer:" BASE_VERSION); - add_matching_repo_id ("IDL:GNOME/Evolution/IntelligentImporter:" BASE_VERSION); - add_matching_iid ("OAFIID:GNOME_Evolution_Calendar_AlarmNotify_Factory:" BASE_VERSION); - add_matching_iid ("OAFIID:GNOME_GtkHTML_Editor_Factory:3.1"); g_hash_table_remove_all (components); g_hash_table_destroy (components); |