From 9aa7cfd03ffe0906c5f0fb7f59700b4d0be22b94 Mon Sep 17 00:00:00 2001 From: matt handler Date: Mon, 25 Apr 2011 18:07:54 -0400 Subject: nice steady state, gotto get the server up to speed then we golden boyee --- Classes/SourcesEditViewController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Classes/SourcesEditViewController.m') diff --git a/Classes/SourcesEditViewController.m b/Classes/SourcesEditViewController.m index 7211707..070b8a8 100644 --- a/Classes/SourcesEditViewController.m +++ b/Classes/SourcesEditViewController.m @@ -241,7 +241,7 @@ Source *source = [[sectionDictionary objectForIndex:indexPath.section] objectAtIndex:indexPath.row]; //[cell setText:source.title]; - cell.text = source.title; + [cell.textLabel setText:source.title]; MyButton *mySwitch = [[[MyButton alloc] initWithFrame:CGRectZero] autorelease]; if (source.subscribed) [mySwitch setOn:true]; -- cgit v1.2.3