Skip to content

Commit

Permalink
Fix possible exception when retrieving reminder
Browse files Browse the repository at this point in the history
Fixes #2744
  • Loading branch information
cgx committed Apr 29, 2014
1 parent ba7b65c commit 8c563c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UI/Scheduler/UIxComponentEditor.m
Expand Up @@ -1162,7 +1162,7 @@ - (NSString *) reminder
if ([[self clientObject] isNew])
{
NSString *value;
int index;
NSUInteger index;

value = [userDefaults calendarDefaultReminder];
index = [reminderValues indexOfObject: value];
Expand Down

0 comments on commit 8c563c2

Please sign in to comment.