1 - Fix for API changed in UIDropDownMenu.
I have fixes for the two problems with UI_DropDownMenu.lua The interface of the DtopDownMenu widget has changed slightly.
To fix the error in UIDropDownMenu_SetWidth (i.e. UIDropDownMenu.lua line 809), edit GemWatch.xml Change the two lines that call UIDropDownMenu_SetWidth to this:
UIDropDownMenu_SetWidth(this, 210);
To fix the wrong call to UIDropDownMenu_SetText (i.e. UIDropDownMenu.lua line 834) replace line 294 in GemWatch.lua with this:
UIDropDownMenu_SetText(GemWatch_FrameItemDD,info.text
| User | When | Change |
|---|---|---|
| ArtureLeCoiffeur | Sat, 22 Nov 2008 15:58:20 | Create |
Facts
- Reported on
- 22 Nov 2008
- Status
- New - Issue has not had initial review yet.
- Type
- Patch - Source code patch for review
- Priority
- Medium - Normal priority.