diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-02-14 05:55:43 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-02-17 07:57:09 +0800 |
commit | 9714a4bbf1a938871240640002c9dd369133c766 (patch) | |
tree | 99ffa3e5a7cbdb5f672909c62080a8ae5eb8d163 /calendar/gui | |
parent | 9551d47dd1a42d1cce29926957a82238f9514272 (diff) | |
download | gsoc2013-evolution-9714a4bbf1a938871240640002c9dd369133c766.tar gsoc2013-evolution-9714a4bbf1a938871240640002c9dd369133c766.tar.gz gsoc2013-evolution-9714a4bbf1a938871240640002c9dd369133c766.tar.bz2 gsoc2013-evolution-9714a4bbf1a938871240640002c9dd369133c766.tar.lz gsoc2013-evolution-9714a4bbf1a938871240640002c9dd369133c766.tar.xz gsoc2013-evolution-9714a4bbf1a938871240640002c9dd369133c766.tar.zst gsoc2013-evolution-9714a4bbf1a938871240640002c9dd369133c766.zip |
Defer "backend-died" alerts to EShell.
Diffstat (limited to 'calendar/gui')
-rw-r--r-- | calendar/gui/e-cal-model.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/e-cal-model.c b/calendar/gui/e-cal-model.c index 8ed2e5206f..b94c7090a8 100644 --- a/calendar/gui/e-cal-model.c +++ b/calendar/gui/e-cal-model.c @@ -3009,7 +3009,7 @@ add_new_client (ECalModel *model, priv->clients = g_list_append (priv->clients, client_data); g_signal_connect ( - client_data->client, "backend_died", + client_data->client, "backend-died", G_CALLBACK (backend_died_cb), model); load: |