Hi Damian,
Thanks! It solved the problem as you said.
Yana
Damian Minkov wrote:
> Hi again
> I've just realized that I have not yet switched to the
new cvs and it
> will take me some time cause I have many uncommitted
code
> for the jabber implementation. I will write you what to
change.
>
> in
>
net.java.sip.communicator.impl.history.HistoryReaderImpl
>
> line : 353 to 355
> is now
>
> // end progress - maximum value
> fireProgressStateChanged(startDate, endDate,
keywords,
>
HistorySearchProgressListener.PROGRESS_MAXIMUM_VALUE);
>
>
> to be
>
> // if maximum value is not reached fire an event
> if((int)currentProgress <
> HistorySearchProgressListener.PROGRESS_MAXIMUM_VALUE)
> {
> fireProgressStateChanged(startDate, endDate,
keywords,
>
HistorySearchProgressListener.
>
PROGRESS_MAXIMUM_VALUE);
> }
>
> I think this will fix the issue. Test it and please
report to me )
>
> damencho
>
>
------------------------------------------------------------
---------
> To unsubscribe, e-mail: dev-unsubscribe sip-communicator.dev.java.net
> For additional commands, e-mail: dev-help sip-communicator.dev.java.net
>
>
------------------------------------------------------------
---------
To unsubscribe, e-mail: dev-unsubscribe sip-communicator.dev.java.net
For additional commands, e-mail: dev-help sip-communicator.dev.java.net
|