summaryrefslogtreecommitdiffstats
path: root/Classes/SourcesEditViewController.m
diff options
context:
space:
mode:
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];