diff --git a/.DS_Store b/.DS_Store
index 3fba9f8..5008ddf 100644
Binary files a/.DS_Store and b/.DS_Store differ
diff --git a/Dubsar copy-Info.plist b/Dubsar copy-Info.plist
index 4050c7b..f2d2066 100644
--- a/Dubsar copy-Info.plist
+++ b/Dubsar copy-Info.plist
@@ -36,7 +36,7 @@
CFBundleURLTypes
CFBundleVersion
- 1.0.1-1
+ 1.0.1-2
LSRequiresIPhoneOS
NSMainNibFile
diff --git a/Dubsar copy2-Info.plist b/Dubsar copy2-Info.plist
index 4050c7b..f2d2066 100644
--- a/Dubsar copy2-Info.plist
+++ b/Dubsar copy2-Info.plist
@@ -36,7 +36,7 @@
CFBundleURLTypes
CFBundleVersion
- 1.0.1-1
+ 1.0.1-2
LSRequiresIPhoneOS
NSMainNibFile
diff --git a/Dubsar/Dubsar-Info.plist b/Dubsar/Dubsar-Info.plist
index 4050c7b..f2d2066 100644
--- a/Dubsar/Dubsar-Info.plist
+++ b/Dubsar/Dubsar-Info.plist
@@ -36,7 +36,7 @@
CFBundleURLTypes
CFBundleVersion
- 1.0.1-1
+ 1.0.1-2
LSRequiresIPhoneOS
NSMainNibFile
diff --git a/Dubsar/DubsarNavigationController_iPad.m b/Dubsar/DubsarNavigationController_iPad.m
index adab0c5..69ef2ea 100644
--- a/Dubsar/DubsarNavigationController_iPad.m
+++ b/Dubsar/DubsarNavigationController_iPad.m
@@ -276,7 +276,7 @@ - (BOOL)gestureRecognizer:(UIGestureRecognizer *)gestureRecognizer shouldReceive
if ([self.topViewController respondsToSelector:@selector(handleTouch:)]) {
[self.topViewController handleTouch:touch];
}
- return ![touch.view isKindOfClass:UIScrollView.class];
+ return /* ![touch.view isKindOfClass:UIScrollView.class] */ YES;
}
@end