* Application freeze when docaction is none.

This commit is contained in:
Heng Sin Low 2008-07-17 04:18:04 +00:00
parent 54c57fd311
commit ccfda2572c
1 changed files with 4 additions and 0 deletions

View File

@ -340,5 +340,9 @@ public class WDocActionPanel extends Window implements EventListener
{
return true;
}
public int getNumberOfOptions() {
return lstDocAction != null ? lstDocAction.getItemCount() : 0;
}
}