Skip to content
Snippets Groups Projects
Commit ebb0d7e5 authored by tjc's avatar tjc
Browse files

updates

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@6212 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent 6626112b
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
# (Note that comment lines start with a hash (#) symbol)
# $Header: //tmp/pathsoft/artemis/etc/options,v 1.27 2007-07-09 13:29:13 tjc Exp $
# $Header: //tmp/pathsoft/artemis/etc/options,v 1.28 2007-07-11 12:48:31 tjc Exp $
# This file should contain option settings that look like this:
#
......@@ -634,6 +634,7 @@ invisible_qualifiers_gff= \
gff_source \
GO \
ID \
Name \
Ontology_term \
Parent \
product \
......
......@@ -20,7 +20,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
* $Header: //tmp/pathsoft/artemis/uk/ac/sanger/artemis/components/genebuilder/GeneBuilderFrame.java,v 1.29 2007-07-05 11:54:13 tjc Exp $
* $Header: //tmp/pathsoft/artemis/uk/ac/sanger/artemis/components/genebuilder/GeneBuilderFrame.java,v 1.30 2007-07-11 12:50:03 tjc Exp $
*/
package uk.ac.sanger.artemis.components.genebuilder;
......@@ -219,7 +219,7 @@ public class GeneBuilderFrame extends JFrame
Utilities.centreFrame(this);
setVisible(true);
all.setDividerLocation(0.35);
all.setDividerLocation(0.30);
}
/**
......@@ -237,7 +237,8 @@ public class GeneBuilderFrame extends JFrame
e.printStackTrace();
}
if(chadoTransactionManager != null)
if(chadoTransactionManager != null &&
chadoTransactionManager.hasTransactions())
{
int select = JOptionPane.showConfirmDialog(this,
"Commit changes back to the database?",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment