aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--tools/killev.c2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 84c1418480..aa2a58e018 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2004-02-09 Rodney Dawes <dobey@ximian.com>
+ * tools/killev.c: Use the AlarmNotify_Factory for --force-shutdown
+
+ Fixes #54084
+
+2004-02-09 Rodney Dawes <dobey@ximian.com>
+
* data/evolution.desktop.in.in: Updated BugzillaOtherBinaries tag
2004-01-28 Jeffrey Stedfast <fejj@ximian.com>
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);