Fix call history right button menu.

cusax-fix
Yana Stamcheva 16 years ago
parent afcafe3061
commit 6d4dbf199c

@ -74,7 +74,7 @@ private Component initCallMenu()
final ContactDetail detail = details.next();
// add all the contacts that support telephony to the call menu
JMenuItem callContactItem = new JMenuItem();
callContactItem.setName(detail.getContactAddress());
callContactItem.setText(detail.getContactAddress());
callContactItem.addActionListener(new ActionListener()
{
public void actionPerformed(ActionEvent e)

Loading…
Cancel
Save