aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarish Krishnaswamy <kharish@novell.com>2006-04-24 19:09:11 +0800
committerHarish Krishnaswamy <kharish@src.gnome.org>2006-04-24 19:09:11 +0800
commit81390589bdd13bcbcd8fe73935cb619d041b07d8 (patch)
tree2d8a3f080d1c59748438b8311b16ce126b858791
parent6d921eef06821a44da7ab3365e01d961d71ec65a (diff)
downloadgsoc2013-evolution-81390589bdd13bcbcd8fe73935cb619d041b07d8.tar
gsoc2013-evolution-81390589bdd13bcbcd8fe73935cb619d041b07d8.tar.gz
gsoc2013-evolution-81390589bdd13bcbcd8fe73935cb619d041b07d8.tar.bz2
gsoc2013-evolution-81390589bdd13bcbcd8fe73935cb619d041b07d8.tar.lz
gsoc2013-evolution-81390589bdd13bcbcd8fe73935cb619d041b07d8.tar.xz
gsoc2013-evolution-81390589bdd13bcbcd8fe73935cb619d041b07d8.tar.zst
gsoc2013-evolution-81390589bdd13bcbcd8fe73935cb619d041b07d8.zip
add eds-1.4 and eds-1.6 to the list of old instances.
2006-04-24 Harish Krishnaswamy <kharish@novell.com> * main.c: (kill_dataserver): add eds-1.4 and eds-1.6 to the list of old instances. svn path=/trunk/; revision=31883
-rw-r--r--shell/ChangeLog5
-rw-r--r--shell/main.c2
2 files changed, 7 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 87c0669438..16c484c2f3 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,5 +1,10 @@
2006-04-24 Harish Krishnaswamy <kharish@novell.com>
+ * main.c: (kill_dataserver): add eds-1.4 and eds-1.6
+ to the list of old instances.
+
+2006-04-24 Harish Krishnaswamy <kharish@novell.com>
+
* e-shell-window-commands.c: Update credits for
the previous development series.
diff --git a/shell/main.c b/shell/main.c
index 2937f10e86..7403756bd2 100644
--- a/shell/main.c
+++ b/shell/main.c
@@ -130,6 +130,8 @@ kill_dataserver (void)
system (KILL_PROCESS_CMD " -9 lt-evolution-data-server 2> /dev/null");
system (KILL_PROCESS_CMD " -9 evolution-data-server-1.0 2> /dev/null");
system (KILL_PROCESS_CMD " -9 evolution-data-server-1.2 2> /dev/null");
+ system (KILL_PROCESS_CMD " -9 evolution-data-server-1.4 2> /dev/null");
+ system (KILL_PROCESS_CMD " -9 evolution-data-server-1.6 2> /dev/null");
system (KILL_PROCESS_CMD " -9 lt-evolution-alarm-notify 2> /dev/null");
system (KILL_PROCESS_CMD " -9 evolution-alarm-notify 2> /dev/null");