Quantcast

-Fixed a bug that was showing checkmarks for the profiles window dropdown menu.

Xruptor [11-03-10 - 20:56]
-Fixed a bug that was showing checkmarks for the profiles window dropdown menu.
Filename
BagSync_Profiles.lua
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