- November 14, 2004
- 614
- 7
Hi,
The following patch is announced by Christoph @ IRC.
Bug Description:
----------------
When starting a trailer from the German trailers, the
wrong trailer is started, i.e. the trailer just below
the selected one.
Solution:
---------
The fix is in GUITrailers.cs, at line 646. Change
to:
Patch @ SF: http://sourceforge.net/tracker/index.php?func=detail&aid=1394579&group_id=107397&atid=647927
The following patch is announced by Christoph @ IRC.
Bug Description:
----------------
When starting a trailer from the German trailers, the
wrong trailer is started, i.e. the trailer just below
the selected one.
Solution:
---------
The fix is in GUITrailers.cs, at line 646. Change
Code:
GermanTrailers.GermanSelected = itemindex;
Code:
GermanTrailers.GermanSelected = itemindex - 1;