From db7cf590f95463dcc05474cb202bc86fdfea4238 Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Tue, 18 Nov 2003 15:34:47 +0000 Subject: kill the alarm notification service, not the factory, which no longer 2003-11-18 Rodrigo Moya * tools/killev.c (main): kill the alarm notification service, not the factory, which no longer exists. svn path=/trunk/; revision=23414 --- tools/killev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/killev.c b/tools/killev.c index 0c735c0a19..daf219953f 100644 --- a/tools/killev.c +++ b/tools/killev.c @@ -209,7 +209,7 @@ main (int argc, char **argv) add_matching_repo_id ("IDL:GNOME/Evolution/IntelligentImporter:1.0"); add_matching_repo_id ("IDL:GNOME/Spell/Checker:0.1"); - add_matching_iid ("OAFIID:GNOME_Evolution_Calendar_AlarmNotify_Factory"); + add_matching_iid ("OAFIID:GNOME_Evolution_Calendar_AlarmNotify"); add_matching_iid ("OAFIID:GNOME_GtkHTML_Editor_Factory:3.0"); g_hash_table_foreach_remove (components, kill_component, NULL); -- cgit