diff options
author | Milan Crha <mcrha@redhat.com> | 2012-02-17 20:53:37 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2012-02-17 20:53:37 +0800 |
commit | 1101e9345997efc4cf97b99d15029d1ceb80c8e9 (patch) | |
tree | 5356a10dad330e7e126784a16054adf0cbd3be2a /calendar | |
parent | da499c0104e3f7dc36b34856d02b7af2ac835c68 (diff) | |
download | gsoc2013-evolution-1101e9345997efc4cf97b99d15029d1ceb80c8e9.tar gsoc2013-evolution-1101e9345997efc4cf97b99d15029d1ceb80c8e9.tar.gz gsoc2013-evolution-1101e9345997efc4cf97b99d15029d1ceb80c8e9.tar.bz2 gsoc2013-evolution-1101e9345997efc4cf97b99d15029d1ceb80c8e9.tar.lz gsoc2013-evolution-1101e9345997efc4cf97b99d15029d1ceb80c8e9.tar.xz gsoc2013-evolution-1101e9345997efc4cf97b99d15029d1ceb80c8e9.tar.zst gsoc2013-evolution-1101e9345997efc4cf97b99d15029d1ceb80c8e9.zip |
Bug #663110 - Crash on copy events between calendars
Diffstat (limited to 'calendar')
-rw-r--r-- | calendar/gui/dialogs/copy-source-dialog.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/calendar/gui/dialogs/copy-source-dialog.c b/calendar/gui/dialogs/copy-source-dialog.c index e247f13264..4b483db6cb 100644 --- a/calendar/gui/dialogs/copy-source-dialog.c +++ b/calendar/gui/dialogs/copy-source-dialog.c @@ -121,10 +121,6 @@ dest_source_opened_cb (GObject *source_object, csdd->dest_client = E_CAL_CLIENT (client); - e_client_utils_open_new (csdd->selected_source, csdd->obj_type, FALSE, NULL, - e_client_utils_authenticate_handler, csdd->parent, - dest_source_opened_cb, csdd); - /* check if the destination is read only */ if (e_client_is_readonly (E_CLIENT (csdd->dest_client))) { show_error (csdd, _("Destination is read only"), NULL); |