summaryrefslogtreecommitdiffstats
path: root/Classes/SourcesEditViewController.m
diff options
context:
space:
mode:
authormatt handler <matt.handler@gmail.com>2011-04-25 18:07:54 -0400
committermatt handler <matt.handler@gmail.com>2011-04-25 18:07:54 -0400
commit9aa7cfd03ffe0906c5f0fb7f59700b4d0be22b94 (patch)
treeb5436dd9123da6dc1acf1576ac11de4366f539bc /Classes/SourcesEditViewController.m
parent08dd9e08a6f712f4c599edb26dddd3ea7c73070a (diff)
downloadpiccast-app-9aa7cfd03ffe0906c5f0fb7f59700b4d0be22b94.tar.gz
piccast-app-9aa7cfd03ffe0906c5f0fb7f59700b4d0be22b94.zip
nice steady state, gotto get the server up to speed then we golden boyee
Diffstat (limited to 'Classes/SourcesEditViewController.m')
-rw-r--r--Classes/SourcesEditViewController.m2
1 files changed, 1 insertions, 1 deletions
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];