2
0

Small fix of last commit.

This commit is contained in:
Maarten Billemont 2012-06-11 23:44:02 +02:00
parent 13bca309ba
commit d4bcad2658

View File

@ -476,9 +476,6 @@
self.activeElement.type = type;
[TestFlight passCheckpoint:[NSString stringWithFormat:MPCheckpointSelectType, NSStringFromMPElementType(
type)]];
if (type & MPElementTypeClassStored && ![[self.activeElement.content description] length])
[self showContentTip:@"Tap to set a password." withIcon:self.contentTipEditIcon];
}];