<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,4 +1,3 @@
-if IS_WRATH_BUILD == nil then IS_WRATH_BUILD = (select(4, GetBuildInfo()) &gt;= 30000) end
 
 -- Most of this code is grennon's from AltClickToAddItem, I just removed the dependancy on AceHooks
 -- AltClickToAddItem based on GMail 1.x which was ported from CT_MailMod pre-1.5
@@ -7,9 +6,7 @@ local targ, bag, slot
 
 
 local orig1 = ContainerFrameItemButton_OnModifiedClick
-ContainerFrameItemButton_OnModifiedClick = function(...)
-	local self, button
-	if IS_WRATH_BUILD then self, button = ... else button = ... end
+ContainerFrameItemButton_OnModifiedClick = function(self, button, ...)
   if button == &quot;LeftButton&quot; and IsAltKeyDown() and not CursorHasItem() then
     bag, slot = this:GetParent():GetID(), this:GetID()
 		if TradeFrame:IsVisible() then
@@ -27,7 +24,7 @@ ContainerFrameItemButton_OnModifiedClick = function(...)
       return
     end
   end
-  orig1(...)
+  orig1(self, button, ...)
 end
 
 </diff>
      <filename>DayTrader.lua</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>416c13508d55b8af3dd893a6fba5464e44a90e9f</id>
    </parent>
  </parents>
  <author>
    <name>Tekkub</name>
    <email>tekkub@gmail.com</email>
  </author>
  <url>http://github.com/tekkub/daytrader/commit/109aac8cbbf7cc9105b19ccd8180f569cc60bc00</url>
  <id>109aac8cbbf7cc9105b19ccd8180f569cc60bc00</id>
  <committed-date>2008-10-19T01:37:42-07:00</committed-date>
  <authored-date>2008-10-19T01:37:42-07:00</authored-date>
  <message>Remove 2.4.3 compat</message>
  <tree>5915cc859fb5bd95117ffca68bb1d6160035bf4f</tree>
  <committer>
    <name>Tekkub</name>
    <email>tekkub@gmail.com</email>
  </committer>
</commit>
