Skip to content

Commit

Permalink
R
Browse files Browse the repository at this point in the history
  • Loading branch information
graetzer committed Jul 15, 2012
1 parent 272803e commit 0d1ed8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Demo/SGTabs/SGAppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ - (void)openTab {
}

- (BOOL)canRemoveTab:(UIViewController *)viewController {
return YES;//self.tabController.count > 1;
return self.tabController.count > 1;
}
@end

0 comments on commit 0d1ed8c

Please sign in to comment.