aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@ximian.com>2003-11-18 23:34:47 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2003-11-18 23:34:47 +0800
commitdb7cf590f95463dcc05474cb202bc86fdfea4238 (patch)
treedc3b6f1f3fba48d3845a557af266581cf653dfca
parent05f8d0fae40d601811451bcac2d8259ebe6e79fa (diff)
downloadgsoc2013-evolution-db7cf590f95463dcc05474cb202bc86fdfea4238.tar
gsoc2013-evolution-db7cf590f95463dcc05474cb202bc86fdfea4238.tar.gz
gsoc2013-evolution-db7cf590f95463dcc05474cb202bc86fdfea4238.tar.bz2
gsoc2013-evolution-db7cf590f95463dcc05474cb202bc86fdfea4238.tar.lz
gsoc2013-evolution-db7cf590f95463dcc05474cb202bc86fdfea4238.tar.xz
gsoc2013-evolution-db7cf590f95463dcc05474cb202bc86fdfea4238.tar.zst
gsoc2013-evolution-db7cf590f95463dcc05474cb202bc86fdfea4238.zip
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
-rw-r--r--ChangeLog5
-rw-r--r--tools/killev.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1e40310c9d..fb2f91d8d7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/tools/killev.c b/tools/killev.c
index 0c735c0a19..daf219953f 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: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);