From 7b83a4bcaf0e9b80d0f0c96e3d8f78c58ec99845 Mon Sep 17 00:00:00 2001 From: Jay Freeman Date: Fri, 21 Nov 2008 19:16:53 +0000 Subject: While Cydia is not part of Telesphoreo, the bootstrapping tool is, and iPhoneOS 2.2 surprised me by being a day early. git-svn-id: http://svn.telesphoreo.org/trunk@512 514c082c-b64e-11dc-b46d-3d985efe055d --- data/cydia/iphoneos-2.2.diff | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 data/cydia/iphoneos-2.2.diff (limited to 'data/cydia/iphoneos-2.2.diff') diff --git a/data/cydia/iphoneos-2.2.diff b/data/cydia/iphoneos-2.2.diff new file mode 100644 index 000000000..07f1f0a63 --- /dev/null +++ b/data/cydia/iphoneos-2.2.diff @@ -0,0 +1,12 @@ +diff -ru cydia-1.0.2595/cydia/Cydia.mm cydia-1.0.2595+iPhone/cydia/Cydia.mm +--- cydia-1.0.2595/cydia/Cydia.mm 2008-09-23 23:10:25.000000000 +0000 ++++ cydia-1.0.2595+iPhone/cydia/Cydia.mm 2008-11-21 17:39:24.000000000 +0000 +@@ -6223,7 +6223,7 @@ + CGSize keysize = [UIKeyboard defaultSize]; + CGRect keyrect = {{0, [overlay_ bounds].size.height}, keysize}; + keyboard_ = [[UIKeyboard alloc] initWithFrame:keyrect]; +- [[UIKeyboardImpl sharedInstance] setSoundsEnabled:(Sounds_Keyboard_ ? YES : NO)]; ++ //[[UIKeyboardImpl sharedInstance] setSoundsEnabled:(Sounds_Keyboard_ ? YES : NO)]; + [overlay_ addSubview:keyboard_]; + + install_ = [[InstallView alloc] initWithBook:book_ database:database_]; -- cgit v1.2.3