diff options
author | Milan Crha <mcrha@redhat.com> | 2010-11-24 21:28:53 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2010-11-24 21:28:53 +0800 |
commit | eeec90235abe465e9cc49194b55ee2635faf023f (patch) | |
tree | 796493e0b7dceb60e7763d498e9a3a427d5a7f9c /calendar/common | |
parent | 51d17b48e4ba74c17cc0ac30f9e956cdb380be9b (diff) | |
download | gsoc2013-evolution-eeec90235abe465e9cc49194b55ee2635faf023f.tar.gz gsoc2013-evolution-eeec90235abe465e9cc49194b55ee2635faf023f.tar.zst gsoc2013-evolution-eeec90235abe465e9cc49194b55ee2635faf023f.zip |
Bug #635673 - Stack overflow when opening slow calendar
Diffstat (limited to 'calendar/common')
-rw-r--r-- | calendar/common/authentication.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/calendar/common/authentication.c b/calendar/common/authentication.c index 0420f1f5b5..286b7d6c46 100644 --- a/calendar/common/authentication.c +++ b/calendar/common/authentication.c @@ -274,6 +274,7 @@ fail: } else if (g_error_matches ( error, E_CALENDAR_ERROR, E_CALENDAR_STATUS_BUSY)) { g_clear_error (&error); + g_usleep (250000); goto try_again; } else { |