Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

Commit

Permalink
Merge branch 'master' of git://github.com/joehewitt/three20
Browse files Browse the repository at this point in the history
  • Loading branch information
dhou committed Apr 3, 2009
2 parents 1192212 + a83a113 commit 7b9cf22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TTMessageController.m
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ - (void)setDataSource:(id<TTTableViewDataSource>)dataSource {
- (void)setFields:(NSArray*)fields {
if (fields != _fields) {
[_fields release];
fields = [fields retain];
_fields = [fields retain];

if (_fieldViews) {
[self createFieldViews];
Expand Down

0 comments on commit 7b9cf22

Please sign in to comment.