diff options
author | Rodney Dawes <dobey@ximian.com> | 2004-02-10 01:59:04 +0800 |
---|---|---|
committer | Rodney Dawes <dobey@src.gnome.org> | 2004-02-10 01:59:04 +0800 |
commit | c406ecad32f63137e4cb60548b519dac65f9b9a7 (patch) | |
tree | dbe47beb8477d2092ab2727911ee8bdebeca212e /tools/killev.c | |
parent | 0f91739965d3c701a198062c4f7af39aff401a7f (diff) | |
download | gsoc2013-evolution-c406ecad32f63137e4cb60548b519dac65f9b9a7.tar.gz gsoc2013-evolution-c406ecad32f63137e4cb60548b519dac65f9b9a7.tar.zst gsoc2013-evolution-c406ecad32f63137e4cb60548b519dac65f9b9a7.zip |
Use the AlarmNotify_Factory for --force-shutdown
2004-02-09 Rodney Dawes <dobey@ximian.com>
* tools/killev.c: Use the AlarmNotify_Factory for --force-shutdown
Fixes #54084
svn path=/trunk/; revision=24684
Diffstat (limited to 'tools/killev.c')
-rw-r--r-- | tools/killev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/killev.c b/tools/killev.c index 4415174420..f5f6edaa4e 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:" BASE_VERSION); add_matching_repo_id ("IDL:GNOME/Spell/Dictionary:0.3"); - add_matching_iid ("OAFIID:GNOME_Evolution_Calendar_AlarmNotify:" 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_foreach_remove (components, kill_component, NULL); |