Skip to content

Commit

Permalink
Maybe fixed #608
Browse files Browse the repository at this point in the history
  • Loading branch information
oscargus committed Jan 2, 2016
1 parent 1bedd32 commit ac0ac95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ to [sourceforge feature requests](https://sourceforge.net/p/jabref/features/) by
- Reference list generation works for OpenOffice/LibreOffice again, fixes #593
- ACM fetcher works again, fixes #545
- Use default file icon for custom external file types, fixes #598
- Fixed #608: Export works again

### Removed

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/net/sf/jabref/exporter/ExportFormat.java
Original file line number Diff line number Diff line change
Expand Up @@ -300,8 +300,8 @@ public void performExport(final BibDatabase database,
}
LOGGER.warn(sb);
}
finalizeSaveSession(ss);
}
finalizeSaveSession(ss);

}

Expand Down

0 comments on commit ac0ac95

Please sign in to comment.