From 7e48ae95ae68ab568ecb73d77e6a5559eec67456 Mon Sep 17 00:00:00 2001 From: Xruptor Date: Wed, 3 Nov 2010 16:56:47 -0400 Subject: [PATCH] -Fixed a bug that was showing checkmarks for the profiles window dropdown menu. --- BagSync_Profiles.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/BagSync_Profiles.lua b/BagSync_Profiles.lua index f9c627e..eaad93f 100644 --- a/BagSync_Profiles.lua +++ b/BagSync_Profiles.lua @@ -117,6 +117,7 @@ function bgProfiles:LoadProfiles() for i=1, #tmp do info.text = tmp[i] info.value = tmp[i] + info.notCheckable = true UIDropDownMenu_AddButton(info) end -- 1.7.9.5