From ffde0e37588f47be08eea655a76f0813457889d3 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sun, 23 Aug 2009 10:41:43 -0400 Subject: Stop killing evolution-data-server services. That includes startup and --force-shutdown. --- tools/killev.c | 1 - 1 file changed, 1 deletion(-) (limited to 'tools') diff --git a/tools/killev.c b/tools/killev.c index bf8d587272..f272602ac2 100644 --- a/tools/killev.c +++ b/tools/killev.c @@ -204,7 +204,6 @@ main (gint argc, gchar **argv) (GDestroyNotify) NULL, (GDestroyNotify) kill_component); - add_matching_repo_id ("IDL:GNOME/Evolution/DataServer/CalFactory:" DATASERVER_API_VERSION); add_matching_iid ("OAFIID:GNOME_Evolution_Calendar_AlarmNotify_Factory:" BASE_VERSION); g_hash_table_remove_all (components); -- cgit