From 82fcdc78e788b2b45f7bee301b52684e5b3c6001 Mon Sep 17 00:00:00 2001 From: Antonio Lobato Date: Wed, 26 Oct 2022 17:21:56 -0700 Subject: [PATCH] Updated TOC files for Dragonflight. (#727) Fixed a bug when opening bank view. --- AdiBags.toc | 2 +- AdiBags_Config/AdiBags_Config.toc | 2 +- widgets/ItemButton.lua | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/AdiBags.toc b/AdiBags.toc index 4841aad5..1057b05e 100644 --- a/AdiBags.toc +++ b/AdiBags.toc @@ -17,7 +17,7 @@ # You should have received a copy of the GNU General Public License # along with AdiBags. If not, see . -## Interface: 90207 +## Interface: 100000 ## Title: AdiBags ## Notes: Adirelle's bag addon. diff --git a/AdiBags_Config/AdiBags_Config.toc b/AdiBags_Config/AdiBags_Config.toc index a73db3bc..825072cf 100644 --- a/AdiBags_Config/AdiBags_Config.toc +++ b/AdiBags_Config/AdiBags_Config.toc @@ -1,4 +1,4 @@ -## Interface: 90207 +## Interface: 100000 ## Title: AdiBags Configuration ## Notes: Adirelle's bag addon. diff --git a/widgets/ItemButton.lua b/widgets/ItemButton.lua index 2c4cb434..73f22745 100644 --- a/widgets/ItemButton.lua +++ b/widgets/ItemButton.lua @@ -368,7 +368,8 @@ function buttonProto:UpdateSearch() end function buttonProto:UpdateCooldown() - return ContainerFrame_UpdateCooldown(self.bag, self) + -- TODO(lobato): Figure out where this function disappeared to? + --return ContainerFrame_UpdateCooldown(self.bag, self) end function buttonProto:UpdateNew()