Changeset 157
- Timestamp:
- 01/10/10 10:58:27 (2 years ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
CHANGELOG (modified) (1 diff)
-
src/org/jergometer/Jergometer.java (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/CHANGELOG
r156 r157 6 6 2010-01-10 7 7 * [stefan] * done enhancement #156: replace buttons with nicer ones 8 * fixed bug #169: exception is thrown when starting recording without selected program 8 9 9 10 == 0.7.3 == -
trunk/src/org/jergometer/Jergometer.java
r144 r157 334 334 public void startRecording() { 335 335 if (!recording) { 336 if (program == null) { 337 JOptionPane.showMessageDialog(mainWindow, I18n.getString("msg.choose_a_program")); 338 return; 339 } 340 336 341 // clear diagram and draw the bike program 337 342 selectBikeProgram(program); … … 360 365 e.printStackTrace(); 361 366 JOptionPane.showMessageDialog(mainWindow, I18n.getString("msg.connection_failed"), I18n.getString("error_dialog.title"), JOptionPane.ERROR_MESSAGE); 362 return;363 }364 365 if (program == null) {366 JOptionPane.showMessageDialog(mainWindow, I18n.getString("msg.choose_a_program"));367 367 return; 368 368 }
![(please configure the [header_logo] section in trac.ini)](https://jergometer.org/images/fork_me_on_github.png)