Changeset 188
- Timestamp:
- 02/20/10 17:45:20 (2 years ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
CHANGELOG (modified) (1 diff)
-
src/org/jergometer/gui/SettingsWindow.java (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/CHANGELOG
r187 r188 6 6 2010-02-20 7 7 * [stefan] * implemented issue #178: save and restore last window position and size 8 * fixed issue #155: test connection sometime successful when using wrong COM port 8 9 9 10 == 0.7.8 == -
trunk/src/org/jergometer/gui/SettingsWindow.java
r145 r188 341 341 BikeConnectionTester bikeConnectionTester = new BikeConnectionTester(settingsWindow, comPortComboBox.getSelectedItem().toString()); 342 342 String id = bikeConnectionTester.test(); 343 if (id == null ) {343 if (id == null || id.equals("ID")) { 344 344 JOptionPane.showMessageDialog(this, I18n.getString("msg.connection_failed")); 345 345 } else {
![(please configure the [header_logo] section in trac.ini)](https://jergometer.org/images/fork_me_on_github.png)