]> source.dussan.org Git - tigervnc.git/commit
comboBoxEdited events are fired if the content of the JComboBox is edited and then...
authorBrian Hinz <bphinz@users.sourceforge.net>
Fri, 22 Feb 2013 19:47:13 +0000 (19:47 +0000)
committerBrian Hinz <bphinz@users.sourceforge.net>
Fri, 22 Feb 2013 19:47:13 +0000 (19:47 +0000)
commitfaad79dd78a348a092141a633277b3b6025f82ee
treea8a6da3e63db1bb76843a500e8c1c007e22542d0
parent0bc5b5e42fbea7ed80f8492b11bd700ae55d6baf
comboBoxEdited events are fired if the content of the JComboBox is edited and then the comboBox is de-selected.  This causes the connection to be initiated inadvertently sometimes (like when the About... button was pressed.  Removed the ItemListener since it didn't serve any purpose, and also deleted the definition of endDialog() since it was the same as the inherited function anyway.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@5050 3789f03b-4d11-0410-bbf8-ca57d06f2519
java/com/tigervnc/vncviewer/ServerDialog.java