From 01d9fc387f23bc01d3506f47ec88330d12d67406 Mon Sep 17 00:00:00 2001 From: Scott Sibley Date: Wed, 17 Nov 2010 20:55:43 +0000 Subject: [PATCH] Actually commit these changes. Changed the default gestures a bit. Now they control data collection. --- Modules/Gestures/Gestures.lua | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/Modules/Gestures/Gestures.lua b/Modules/Gestures/Gestures.lua index a8c7654..e6b16d8 100644 --- a/Modules/Gestures/Gestures.lua +++ b/Modules/Gestures/Gestures.lua @@ -22,15 +22,12 @@ local defaults = { profile = { gestures = { [1] = { - name = "Hide Tooltip", + name = "Wipe Data", enabled = true, gestures = {{type="line", pattern="right"}, {type="line", pattern="left"}, {type="line", pattern="right"}, {type="line", pattern="left"}}, expression = [[ -if not _G.StarTip.tooltipHidden then - _G.StarTip:HideTooltip() -else - _G.StarTip:ShowTooltip() -end +WipeDPS() +WipeNoise() ]] }, [2] = { -- 1.7.9.5