diff options
author | Milan Crha <mcrha@redhat.com> | 2010-11-24 21:28:53 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-06-30 00:41:04 +0800 |
commit | 57185da9834daeb3169b6e76bc817cb659648450 (patch) | |
tree | f2a6ac84ed9198d8e3db966601f36c55065a4494 /calendar/common | |
parent | aaf95d222df880565db862c953638dcb04e8dbb7 (diff) | |
download | gsoc2013-evolution-57185da9834daeb3169b6e76bc817cb659648450.tar.gz gsoc2013-evolution-57185da9834daeb3169b6e76bc817cb659648450.tar.zst gsoc2013-evolution-57185da9834daeb3169b6e76bc817cb659648450.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 { |