diff options
Diffstat (limited to 'shell')
-rw-r--r-- | shell/ChangeLog | 5 | ||||
-rw-r--r-- | shell/main.c | 2 |
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"); |