diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-08-23 22:41:43 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-08-23 22:53:42 +0800 |
commit | ffde0e37588f47be08eea655a76f0813457889d3 (patch) | |
tree | 7f156141f4a645a1c054f96ffbcc1cd0c5e9fc78 /tools | |
parent | 0221ae1e0e879d47712cc2ba1913da152ef6e923 (diff) | |
download | gsoc2013-evolution-ffde0e37588f47be08eea655a76f0813457889d3.tar.gz gsoc2013-evolution-ffde0e37588f47be08eea655a76f0813457889d3.tar.zst gsoc2013-evolution-ffde0e37588f47be08eea655a76f0813457889d3.zip |
Stop killing evolution-data-server services.
That includes startup and --force-shutdown.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/killev.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/killev.c b/tools/killev.c index bf8d587272..f272602ac2 100644 --- a/tools/killev.c +++ b/tools/killev.c @@ -204,7 +204,6 @@ main (gint argc, gchar **argv) (GDestroyNotify) NULL, (GDestroyNotify) kill_component); - add_matching_repo_id ("IDL:GNOME/Evolution/DataServer/CalFactory:" DATASERVER_API_VERSION); add_matching_iid ("OAFIID:GNOME_Evolution_Calendar_AlarmNotify_Factory:" BASE_VERSION); g_hash_table_remove_all (components); |