diff options
author | Jay Freeman <saurik@saurik.com> | 2008-11-21 19:16:53 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2008-11-21 19:16:53 +0000 |
commit | 7b83a4bcaf0e9b80d0f0c96e3d8f78c58ec99845 (patch) | |
tree | 41c145d584c731f0bff0b8bb0c90c355950da922 /data/cydia/iphoneos-2.2.diff | |
parent | 58fdac45bb90df8f9cd9caf6af7a046dadb76cf8 (diff) |
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
Diffstat (limited to 'data/cydia/iphoneos-2.2.diff')
-rw-r--r-- | data/cydia/iphoneos-2.2.diff | 12 |
1 files changed, 12 insertions, 0 deletions
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_]; |