kill Evo 2.0's alarm daemon, not 1.4's.

2003-11-24  Rodrigo Moya <rodrigo@ximian.com>

	* tools/killev.c (main): kill Evo 2.0's alarm daemon, not 1.4's.

svn path=/trunk/; revision=23479
This commit is contained in:
Rodrigo Moya
2003-11-24 10:38:11 +00:00
committed by Rodrigo Moya
parent f8bb752e44
commit 862aa803c3
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2003-11-24 Rodrigo Moya <rodrigo@ximian.com>
* tools/killev.c (main): kill Evo 2.0's alarm daemon, not 1.4's.
2003-11-19 JP Rosevear <jpr@ximian.com> 2003-11-19 JP Rosevear <jpr@ximian.com>
* MAINTAINERS: Update * MAINTAINERS: Update

View File

@ -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/Evolution/IntelligentImporter:1.0");
add_matching_repo_id ("IDL:GNOME/Spell/Checker:0.1"); add_matching_repo_id ("IDL:GNOME/Spell/Checker:0.1");
add_matching_iid ("OAFIID:GNOME_Evolution_Calendar_AlarmNotify"); add_matching_iid ("OAFIID:GNOME_Evolution_Calendar_AlarmNotify_2");
add_matching_iid ("OAFIID:GNOME_GtkHTML_Editor_Factory:3.0"); add_matching_iid ("OAFIID:GNOME_GtkHTML_Editor_Factory:3.0");
g_hash_table_foreach_remove (components, kill_component, NULL); g_hash_table_foreach_remove (components, kill_component, NULL);