()
| 1674 | } |
| 1675 | |
| 1676 | public void eventLongOk() { |
| 1677 | super.eventLongOk(); |
| 1678 | Object o = getFocusedObject(); |
| 1679 | if ((!(o instanceof Contact)) |
| 1680 | //#ifndef WMUC |
| 1681 | && (!(o instanceof MucContact)) |
| 1682 | //#endif |
| 1683 | ) { |
| 1684 | cmdActions(); |
| 1685 | } else { |
| 1686 | //#ifndef WMUC |
| 1687 | showInfo(); |
| 1688 | //#endif |
| 1689 | } |
| 1690 | } |
| 1691 | |
| 1692 | private ContactMessageList getFocusedMsgList() { |
| 1693 | Object e = getFocusedObject(); |
nothing calls this directly
no test coverage detected