WoWInterface SVN UrbanAchiever

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 79 to Rev 80
    Reverse comparison

Rev 79 → Rev 80

Main.lua
394,15 → 394,15
-------------------------------------------------------------
function self:InsertIntoChat(id)
--Taken from Historian, thanks Ixchael!
if (ChatFrameEditBox == nil) then
if (ChatFrame1EditBox == nil) then
return;
end;
 
if not ChatFrameEditBox:IsVisible() then
ChatFrameEditBox:Show();
if not ChatFrame1EditBox:IsVisible() then
ChatFrame1EditBox:Show();
end;
 
ChatFrameEditBox:Insert(GetAchievementLink(id));
ChatFrame1EditBox:Insert(GetAchievementLink(id));
end
 
function self:SortDisplayTable(sortStr)
1138,7 → 1138,7
button:SetScript("OnClick", function()
local id = button:GetID()
if self.masterList[id] then
if ChatFrameEditBox:IsVisible() and IsModifiedClick("CHATLINK") then
if ChatFrame1EditBox:IsVisible() and IsModifiedClick("CHATLINK") then
self:InsertIntoChat(id)
elseif IsShiftKeyDown() then
if IsTrackedAchievement(id) then
UrbanAchiever.toc
2,7 → 2,7
## Title: Urban Achiever
## Author: Syzgyn Modified by Tomate
## Notes: Improved Achievement Frame
## Version 0.9.9.wowi:revision
## Version 0.10.0.wowi:revision
## OptionalDeps: Blizzard_AchievementUI
## SavedVariables: UASV
## SavedVariablesPerCharacter: UASVPC