Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble-iphoneos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikkel Krautz <mikkel@krautz.dk>2011-06-01 04:05:55 +0400
committerMikkel Krautz <mikkel@krautz.dk>2011-06-01 04:58:22 +0400
commit413e61d2d27ec2206d6031084ff51668e7cc13d4 (patch)
tree391eba633e246383b09ac717963efd72c7dc4933
parentf89d8c736d98297b13bf55adf8ba0d4f4149cae4 (diff)
Make 'Diagnostics' (in Prefs) clickable again.
-rw-r--r--Source/Classes/PreferencesViewController.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Classes/PreferencesViewController.m b/Source/Classes/PreferencesViewController.m
index ebfdf4a..813bce7 100644
--- a/Source/Classes/PreferencesViewController.m
+++ b/Source/Classes/PreferencesViewController.m
@@ -170,7 +170,7 @@
[self.navigationController pushViewController:certPref animated:YES];
[certPref release];
}
- } else if ([indexPath section] == 3) { // Beta
+ } else if ([indexPath section] == 2) { // Beta
if ([indexPath row] == 0) {
DiagnosticsViewController *diagView = [[DiagnosticsViewController alloc] init];
[self.navigationController pushViewController:diagView animated:YES];