aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorRodney Dawes <dobey@ximian.com>2004-02-10 01:59:04 +0800
committerRodney Dawes <dobey@src.gnome.org>2004-02-10 01:59:04 +0800
commitc406ecad32f63137e4cb60548b519dac65f9b9a7 (patch)
treedbe47beb8477d2092ab2727911ee8bdebeca212e /tools
parent0f91739965d3c701a198062c4f7af39aff401a7f (diff)
downloadgsoc2013-evolution-c406ecad32f63137e4cb60548b519dac65f9b9a7.tar
gsoc2013-evolution-c406ecad32f63137e4cb60548b519dac65f9b9a7.tar.gz
gsoc2013-evolution-c406ecad32f63137e4cb60548b519dac65f9b9a7.tar.bz2
gsoc2013-evolution-c406ecad32f63137e4cb60548b519dac65f9b9a7.tar.lz
gsoc2013-evolution-c406ecad32f63137e4cb60548b519dac65f9b9a7.tar.xz
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')
-rw-r--r--tools/killev.c2
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);