kill the alarm notification service, not the factory, which no longer
2003-11-18 Rodrigo Moya <rodrigo@ximian.com> * tools/killev.c (main): kill the alarm notification service, not the factory, which no longer exists. svn path=/trunk/; revision=23414
This commit is contained in:
committed by
Rodrigo Moya
parent
05f8d0fae4
commit
db7cf590f9
@ -1,3 +1,8 @@
|
||||
2003-11-18 Rodrigo Moya <rodrigo@ximian.com>
|
||||
|
||||
* tools/killev.c (main): kill the alarm notification service, not
|
||||
the factory, which no longer exists.
|
||||
|
||||
2003-11-17 JP Rosevear <jpr@ximian.com>
|
||||
|
||||
* Makefile.am: make sure server.mk is disted
|
||||
|
||||
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user