Bug #627333 - Cannot cancel password dialog for a calendar

This commit is contained in:
Milan Crha
2010-08-27 11:12:02 +02:00
parent 125a0dac96
commit 73bf4e81c1

View File

@ -324,6 +324,9 @@ e_load_cal_source_async (ESource *source,
if (cancellable != NULL) {
g_return_if_fail (G_IS_CANCELLABLE (cancellable));
g_object_ref (cancellable);
} else {
/* always provide cancellable, because the code depends on it */
cancellable = g_cancellable_new ();
}
if (default_zone == NULL)