MithunReddy / remail-iphone

Automatically exported from code.google.com/p/remail-iphone
0 stars 0 forks source link

ClearSearchHistoryDelegate assigned to declared instance of ClearAttachementsDelegate. #26

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
SettingsListViewController.m Line 220 of the current trunk

ClearAttachmentsDelegate* d = [[ClearSearchHistoryDelegate alloc] init];

Should be:
ClearSearchHistoryDelegate* d = [[ClearSearchHistoryDelegate alloc] init];

Original issue reported on code.google.com by eric.buz...@gmail.com on 26 Oct 2010 at 7:48