~ubuntu-branches/ubuntu/trusty/jabref/trusty

« back to all changes in this revision

Viewing changes to src/java/net/sf/jabref/gui/ImportInspectionDialog.java

  • Committer: Bazaar Package Importer
  • Author(s): gregor herrmann
  • Date: 2009-12-01 18:52:51 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20091201185251-08e2unpn1jl8ijq8
Tags: 2.6~beta2-1
* Remove alternative dependency on sun-java5-jre which was removed from the
  archive. Also adjust README.Debian and /usr/bin/jabref.
* New upstream beta release:
  - fixes "allow to disable (re)storing of current tab for entries"
    (closes: #447767)
  - thanks again to Philip Rinn for his help with the upgrade
* debian/copyright: add new developer.
* Refresh patches 01_free_javac.patch and 06_BibtexEntry.patch.
* Adjust debian/jabref.links and debian/jabref.install to new jar file.
* Simplify debian/jabref.dirs.
* Add a presubj fragment for reportbug.

Show diffs side-by-side

added added

removed removed

Lines of Context:
111
111
 * 
112
112
 * @author alver
113
113
 * @author $Author: mortenalver $
114
 
 * @version $Revision: 2919 $ ($Date: 2007-11-14 01:25:31 +0100 (Mi, 14 Nov
 
114
 * @version $Revision: 3047 $ ($Date: 2007-11-14 01:25:31 +0100 (Mi, 14 Nov
115
115
 *          2007) $)
116
116
 * 
117
117
 */
1369
1369
 
1370
1370
        public EntryTable(TableModel model) {
1371
1371
            super(model);
 
1372
            getTableHeader().setReorderingAllowed(false);
1372
1373
        }
1373
1374
 
1374
1375
        public TableCellRenderer getCellRenderer(int row, int column) {