Fix for tag not being set on button in toolbar.

Reviewed by me.
This commit is contained in:
Francisco Ryan Tolmasky I
2008-12-23 01:12:39 -08:00
parent 08a3b64483
commit ce5cfca43d
+2
View File
@@ -769,6 +769,8 @@ var _CPToolbarItemInfoMake = function(anIndex, aView, aLabel, aMinWidth)
[view setTarget:[item target]];
[view setAction:[item action]];
[view setTag:[item tag]];
[view setImagePosition:CPImageOnly];
}