From ea4b56ebcf6ce84b8501667e7b39071cd1522964 Mon Sep 17 00:00:00 2001 From: HonorGoG Date: Wed, 7 Mar 2018 20:38:04 -0800 Subject: [PATCH] - Cleaned up local calls within TitanConfig. --- Titan/Titan.toc | 4 ++-- Titan/TitanConfig.lua | 6 +++--- TitanBag/TitanBag.toc | 4 ++-- TitanClock/TitanClock.toc | 4 ++-- TitanGold/TitanGold.toc | 4 ++-- TitanLocation/TitanLocation.toc | 4 ++-- TitanLootType/TitanLootType.toc | 4 ++-- TitanPerformance/TitanPerformance.toc | 4 ++-- TitanRepair/TitanRepair.toc | 4 ++-- TitanVolume/TitanVolume.toc | 4 ++-- TitanXP/TitanXP.toc | 4 ++-- 11 files changed, 23 insertions(+), 23 deletions(-) diff --git a/Titan/Titan.toc b/Titan/Titan.toc index dd64537..5d8faf7 100644 --- a/Titan/Titan.toc +++ b/Titan/Titan.toc @@ -1,7 +1,7 @@ ## Interface: 70300 -## Title: Titan Panel |cff00aa005.13.0.70300|r +## Title: Titan Panel |cff00aa005.13.1.70300|r ## Author: Titan Development Team -## Version: 5.13.0.70300 +## Version: 5.13.1.70300 ## SavedVariables: TitanAll, TitanSettings, TitanSkins, ServerTimeOffsets, ServerHourFormat ## OptionalDeps: Ace3, AceGUI-3.0-SharedMediaWidgets, LibSharedMedia-3.0, LibQTip-1.0 ## Notes: Adds a display bar on the top and/or bottom of the screen. Allows users to show and control information/launcher plugins. diff --git a/Titan/TitanConfig.lua b/Titan/TitanConfig.lua index 29bb218..b8093de 100644 --- a/Titan/TitanConfig.lua +++ b/Titan/TitanConfig.lua @@ -1244,7 +1244,7 @@ local function TitanUpdateChars() desc = L["TITAN_PANEL_GLOBAL_USE_DESC"], get = function() return TitanAllGetVar("GlobalProfileUse") end, set = function() - TitanUtils_SetGlobalProfile(not TitanAllGetVar("GlobalProfileUse"), toon) + TitanUtils_SetGlobalProfile(not TitanAllGetVar("GlobalProfileUse"), local toon) TitanUpdateChars() -- rebuild the toons AceConfigRegistry:NotifyChange("Titan Panel Addon Chars") end, @@ -1567,7 +1567,7 @@ local function TitanUpdateConfigAddons() name = "< "..L["TITAN_PANEL_SHIFT_LEFT"].." ", order = 51, func = function(info, arg1) - name = info[1] + local name = info[1] if TitanPanel_IsPluginShown(name) then TitanUtils_ShiftButtonOnBarLeft(name) end @@ -1578,7 +1578,7 @@ local function TitanUpdateConfigAddons() name = "> "..L["TITAN_PANEL_SHIFT_RIGHT"], order = 52, func = function(info, arg1) - name = info[1] + local name = info[1] if TitanPanel_IsPluginShown(info[1]) then TitanUtils_ShiftButtonOnBarRight(name) end diff --git a/TitanBag/TitanBag.toc b/TitanBag/TitanBag.toc index b5e2e33..40685bc 100644 --- a/TitanBag/TitanBag.toc +++ b/TitanBag/TitanBag.toc @@ -1,10 +1,10 @@ ## Interface: 70300 -## Title: Titan Panel [|cffeda55fBag|r] |cff00aa005.13.0.70300|r +## Title: Titan Panel [|cffeda55fBag|r] |cff00aa005.13.1.70300|r ## Notes: Adds bag and free slot information to Titan Panel ## Author: Titan Development Team (http://www.titanpanel.org) ## SavedVariables: ## OptionalDeps: ## Dependencies: Titan -## Version: 5.13.0.70300 +## Version: 5.13.1.70300 ## X-Child-Of: Titan TitanBag.xml diff --git a/TitanClock/TitanClock.toc b/TitanClock/TitanClock.toc index 49fbe0d..74cfd2a 100644 --- a/TitanClock/TitanClock.toc +++ b/TitanClock/TitanClock.toc @@ -1,10 +1,10 @@ ## Interface: 70300 -## Title: Titan Panel [|cffeda55fClock|r] |cff00aa005.13.0.70300|r +## Title: Titan Panel [|cffeda55fClock|r] |cff00aa005.13.1.70300|r ## Notes: Adds a clock to Titan Panel ## Author: Titan Development Team (http://www.titanpanel.org) ## SavedVariables: ## OptionalDeps: ## Dependencies: Titan -## Version: 5.13.0.70300 +## Version: 5.13.1.70300 ## X-Child-Of: Titan TitanClock.xml diff --git a/TitanGold/TitanGold.toc b/TitanGold/TitanGold.toc index 18b7019..fd56538 100644 --- a/TitanGold/TitanGold.toc +++ b/TitanGold/TitanGold.toc @@ -1,10 +1,10 @@ ## Interface: 70300 -## Title: Titan Panel [|cffeda55fGold|r] |cff00aa005.13.0.70300|r +## Title: Titan Panel [|cffeda55fGold|r] |cff00aa005.13.1.70300|r ## Notes: Keeps track of all gold held by a player's toons on a per server/faction basis. ## Author: Titan Development Team (http://www.titanpanel.org) ## SavedVariables: GoldSave ## OptionalDeps: ## Dependencies: Titan -## Version: 5.13.0.70300 +## Version: 5.13.1.70300 ## X-Child-Of: Titan TitanGold.xml diff --git a/TitanLocation/TitanLocation.toc b/TitanLocation/TitanLocation.toc index 4b125db..0f27f08 100644 --- a/TitanLocation/TitanLocation.toc +++ b/TitanLocation/TitanLocation.toc @@ -1,10 +1,10 @@ ## Interface: 70300 -## Title: Titan Panel [|cffeda55fLocation|r] |cff00aa005.13.0.70300|r +## Title: Titan Panel [|cffeda55fLocation|r] |cff00aa005.13.1.70300|r ## Notes: Adds coordinates and location information to Titan Panel ## Author: Titan Development Team (http://www.titanpanel.org) ## SavedVariables: ## OptionalDeps: ## Dependencies: Titan -## Version: 5.13.0.70300 +## Version: 5.13.1.70300 ## X-Child-Of: Titan TitanLocation.xml diff --git a/TitanLootType/TitanLootType.toc b/TitanLootType/TitanLootType.toc index bed4392..8c01c04 100644 --- a/TitanLootType/TitanLootType.toc +++ b/TitanLootType/TitanLootType.toc @@ -1,10 +1,10 @@ ## Interface: 70300 -## Title: Titan Panel [|cffeda55fLootType|r] |cff00aa005.13.0.70300|r +## Title: Titan Panel [|cffeda55fLootType|r] |cff00aa005.13.1.70300|r ## Notes: Adds group loot and instance difficulty information to Titan Panel ## Author: Titan Development Team (http://www.titanpanel.org) ## SavedVariables: ## OptionalDeps: ## Dependencies: Titan -## Version: 5.13.0.70300 +## Version: 5.13.1.70300 ## X-Child-Of: Titan TitanLootType.xml diff --git a/TitanPerformance/TitanPerformance.toc b/TitanPerformance/TitanPerformance.toc index 2cd1693..335e569 100644 --- a/TitanPerformance/TitanPerformance.toc +++ b/TitanPerformance/TitanPerformance.toc @@ -1,10 +1,10 @@ ## Interface: 70300 -## Title: Titan Panel [|cffeda55fPerformance|r] |cff00aa005.13.0.70300|r +## Title: Titan Panel [|cffeda55fPerformance|r] |cff00aa005.13.1.70300|r ## Notes: Adds FPS and Garbage collection information to Titan Panel ## Author: Titan Development Team (http://www.titanpanel.org) ## SavedVariables: ## OptionalDeps: ## Dependencies: Titan -## Version: 5.13.0.70300 +## Version: 5.13.1.70300 ## X-Child-Of: Titan TitanPerformance.xml diff --git a/TitanRepair/TitanRepair.toc b/TitanRepair/TitanRepair.toc index 22a0aef..f6db1ff 100644 --- a/TitanRepair/TitanRepair.toc +++ b/TitanRepair/TitanRepair.toc @@ -1,10 +1,10 @@ ## Interface: 70300 -## Title: Titan Panel [|cffeda55fRepair|r] |cff00aa005.13.0.70300|r +## Title: Titan Panel [|cffeda55fRepair|r] |cff00aa005.13.1.70300|r ## Notes: Provides a configurable durability display. Also adds the ability to auto repair items and inventory at vendors ## Author: Titan Development Team (http://www.titanpanel.org) ## SavedVariables: ## OptionalDeps: ## Dependencies: Titan -## Version: 5.13.0.70300 +## Version: 5.13.1.70300 ## X-Child-Of: Titan TitanRepair.xml diff --git a/TitanVolume/TitanVolume.toc b/TitanVolume/TitanVolume.toc index b754408..b6ca11b 100644 --- a/TitanVolume/TitanVolume.toc +++ b/TitanVolume/TitanVolume.toc @@ -1,10 +1,10 @@ ## Interface: 70300 -## Title: Titan Panel [|cffeda55fVolume|r] |cff00aa005.13.0.70300|r +## Title: Titan Panel [|cffeda55fVolume|r] |cff00aa005.13.1.70300|r ## Notes: Adds a volume control icon on your Titan Bar ## Author: Titan Development Team (http://www.titanpanel.org) ## SavedVariables: ## OptionalDeps: ## Dependencies: Titan -## Version: 5.13.0.70300 +## Version: 5.13.1.70300 ## X-Child-Of: Titan TitanVolume.xml diff --git a/TitanXP/TitanXP.toc b/TitanXP/TitanXP.toc index fa09360..f9c7e32 100644 --- a/TitanXP/TitanXP.toc +++ b/TitanXP/TitanXP.toc @@ -1,10 +1,10 @@ ## Interface: 70300 -## Title: Titan Panel [|cffeda55fXP|r] |cff00aa005.13.0.70300|r +## Title: Titan Panel [|cffeda55fXP|r] |cff00aa005.13.1.70300|r ## Notes: Adds information to Titan Panel about XP earned and time to level ## Author: Titan Development Team (http://www.titanpanel.org) ## SavedVariables: ## OptionalDeps: ## Dependencies: Titan -## Version: 5.13.0.70300 +## Version: 5.13.1.70300 ## X-Child-Of: Titan TitanXP.xml -- 1.7.9.5