aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/importers
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/importers')
-rw-r--r--calendar/importers/icalendar-importer.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/calendar/importers/icalendar-importer.c b/calendar/importers/icalendar-importer.c
index b61da37862..f887637e53 100644
--- a/calendar/importers/icalendar-importer.c
+++ b/calendar/importers/icalendar-importer.c
@@ -302,11 +302,10 @@ process_item_fn (EvolutionImporter *importer,
|| tasks_state == CAL_CLIENT_LOAD_LOADING) {
GNOME_Evolution_ImporterListener_notifyResult (
listener,
- GNOME_Evolution_ImporterListener_NOT_READY,
+ GNOME_Evolution_ImporterListener_BUSY,
TRUE, ev);
return;
- }
- else if (state != CAL_CLIENT_LOAD_LOADED
+ } else if (state != CAL_CLIENT_LOAD_LOADED
|| tasks_state != CAL_CLIENT_LOAD_LOADED) {
GNOME_Evolution_ImporterListener_notifyResult (
listener,