From ebfce31efe28606b7b06d23b150193219aeff80d Mon Sep 17 00:00:00 2001 From: Kevin Lyles Date: Tue, 3 Nov 2009 16:22:29 -0600 Subject: [PATCH] Renamed many things, most notably ww_config (to ww_weights) --- WeightsWatcher.lua | 2 +- WeightsWatcher.xml | 33 ++++++++--------- config.lua | 100 ++++++++++++++++++++++++++-------------------------- 3 files changed, 68 insertions(+), 67 deletions(-) diff --git a/WeightsWatcher.lua b/WeightsWatcher.lua index b0f84f2..64b9c98 100644 --- a/WeightsWatcher.lua +++ b/WeightsWatcher.lua @@ -30,7 +30,7 @@ function WeightsWatcher:OnInitialize() else -- TODO: disable the addon end - initializeConfig() + initializeWeightsConfig() end currentHooks = {} diff --git a/WeightsWatcher.xml b/WeightsWatcher.xml index 82d655f..9ca6f9c 100644 --- a/WeightsWatcher.xml +++ b/WeightsWatcher.xml @@ -1,12 +1,13 @@