From 12c205f5c1b43829ddc88ba5a503d103d5c11ef7 Mon Sep 17 00:00:00 2001 From: Kevin Lyles Date: Fri, 23 Oct 2009 17:21:08 -0500 Subject: [PATCH] created split frame config window --- WeightsWatcher.lua | 8 -- WeightsWatcher.xml | 320 ++++++++++++++++++++++++++++++++++++++++++++++++++-- config.lua | 27 +++++ 3 files changed, 337 insertions(+), 18 deletions(-) diff --git a/WeightsWatcher.lua b/WeightsWatcher.lua index 4ed94a5..b8e7ac4 100644 --- a/WeightsWatcher.lua +++ b/WeightsWatcher.lua @@ -27,14 +27,6 @@ function WeightsWatcher:OnInitialize() end end -function commandHandler(msg) - open_config() -end - -function open_config() - WeightsWatcherConfig:Show() -end - currentHooks = {} function WeightsWatcher:HookTooltip(objectName, funcName) diff --git a/WeightsWatcher.xml b/WeightsWatcher.xml index 4054ff0..d703309 100644 --- a/WeightsWatcher.xml +++ b/WeightsWatcher.xml @@ -1,27 +1,327 @@ -