PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Project X Version 0.81.2 <-fix


dvb.matt
24.08.2003, 21:42
:!: in addition to 081.2 (not worth to be an extra fix..)

fix: X081.2 crashes while opening cut dialog,
if a preview for the leading files is not supported.

X.java
internal class COLLECTION
method getExpectedSize(), line ~2881


public void getExpectedSize&#40;&#41; &#123;
//DM24082003+ add fix 081.2a
if &#40;previewList.size&#40;&#41;==0&#41;&#123;
pointscount.setText&#40;""+comBox&#91;14&#93;.getItemCount&#40;&#41;&#41;;
return;
&#125;
//DM24082003-
long newSize&#91;&#93; = new long&#91;comBox&#91;14&#93;.getItemCount&#40;&#41;&#93;;
...

Lucike
25.08.2003, 08:42
(not worth to be an extra fix..)

yep ... is drinne ;)