From 60b68ee8f7b8a83c17f3a595ce441f8fe0977226 Mon Sep 17 00:00:00 2001 From: C Robert Date: Thu, 3 Sep 2009 18:37:27 +0000 Subject: [PATCH] Fixed IE-related issues Monotone-Parent: f03e9d5d24d638e67140a1f29d1e833ae439ef6d Monotone-Revision: a73f76eb898b4da5d09ab8b2ab40534bf749f3f4 Monotone-Author: crobert@inverse.ca Monotone-Date: 2009-09-03T18:37:27 Monotone-Branch: ca.inverse.sogo --- UI/Scheduler/UIxCalView.m | 7 ------- 1 file changed, 7 deletions(-) diff --git a/UI/Scheduler/UIxCalView.m b/UI/Scheduler/UIxCalView.m index 3bd897522..b3ade064a 100644 --- a/UI/Scheduler/UIxCalView.m +++ b/UI/Scheduler/UIxCalView.m @@ -756,13 +756,6 @@ static BOOL shouldDisplayWeekend = NO; [rc setObject: [NSNumber numberWithInt: imported] forKey: @"imported"]; - if (imported <= 0) - [rc setObject: [self labelForKey: @"An error occured while importing calendar."] - forKey: @"message"]; - else - [rc setObject: [NSString stringWithFormat: @"%@ %d", - [self labelForKey: @"Imported events:"], imported] - forKey: @"message"]; response = [self responseWithStatus: 200]; [response setHeader: @"text/html"