mirror of
https://github.com/igniterealtime/Spark.git
synced 2025-12-01 12:27:58 +00:00
SPARK-1235, added Functions to CTRL-E and CTRL-T dialogs
use SwingUtilities.isRightMouseButton rather than MouseEvent.Button3 (are there still people without scrollwheel around?) reformatting SysTrayPlugin.java, to prevent eye-cancer added leftclick to ReconnectPanelSmall adding new Locale Strings for CTRL-E and CTRL-T: label.recent.conversation = Recent Conversations label.frequent.contacts = Frequent Contacts git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@12171 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
committed by
wolf.posdorfer
parent
ae2870d869
commit
1de57b7ecd
@ -310,8 +310,7 @@ public class JContactItemField extends JPanel {
|
||||
*/
|
||||
public void setSelectetIndex(MouseEvent mouseevent)
|
||||
{
|
||||
Point p = mouseevent.getPoint();
|
||||
list.setSelectedIndex(list.locationToIndex(p));
|
||||
list.setSelectedIndex(list.locationToIndex(mouseevent.getPoint()));
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user