summaryrefslogtreecommitdiffstats
path: root/NoSpotlight/Tweak.x
diff options
context:
space:
mode:
Diffstat (limited to 'NoSpotlight/Tweak.x')
-rw-r--r--NoSpotlight/Tweak.x10
1 files changed, 10 insertions, 0 deletions
diff --git a/NoSpotlight/Tweak.x b/NoSpotlight/Tweak.x
new file mode 100644
index 0000000..e3a416b
--- /dev/null
+++ b/NoSpotlight/Tweak.x
@@ -0,0 +1,10 @@
+%hook SBSearchScrollView
+
+-(void)setScrollEnabled:(BOOL)enabled
+{
+ %orig(false);
+}
+
+%end
+
+// vim: filetype=logos