View Single Post
09-01-22, 10:31 PM   #12
Walkerbo
A Cobalt Mageweaver
 
Walkerbo's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2010
Posts: 237
Hi Xrystal

You cracked it.

Lua Code:
  1. -- hook heirloom tab button
  2.     hooksecurefunc(
  3.         "CollectionsJournal_UpdateSelectedTab",
  4.         function()
  5.             if HeirloomsJournal:IsVisible() then
  6.                 ToggleCollectionsJournal(1)
  7.             end
  8.         end
  9.     )

Thanks to all for your help.
__________________
"As someone once told me, frames are just special types of tables, and tables are special types of pointers."
Fizzlemizz
  Reply With Quote