Revision: 3935
Author: [email protected]
Date: Tue Aug 31 14:46:52 2010
Log: Fixed Bug 3017 - User Preferences on Architect and Architect-E now
work without generating an error message.
http://code.google.com/p/power-architect/source/detail?r=3935
Modified:
/trunk/src/main/java/ca/sqlpower/architect/swingui/PreferencesEditor.java
=======================================
---
/trunk/src/main/java/ca/sqlpower/architect/swingui/PreferencesEditor.java
Tue Mar 16 11:16:06 2010
+++
/trunk/src/main/java/ca/sqlpower/architect/swingui/PreferencesEditor.java
Tue Aug 31 14:46:52 2010
@@ -79,7 +79,7 @@
tp.add(Messages.getString("PreferencesEditor.generalSection"),
prefPanel); //$NON-NLS-1$
final DataSourceTypeEditor dsTypeEditor =
- new DataSourceTypeEditor(session.getDataSources(), owner);
+ new DataSourceTypeEditor(session.getDataSources(), owner,
session.isEnterpriseSession());
// Add the Kettle Options Panel as a tab to the
SPDataSourceTypePanel
final KettleDataSourceTypeOptionPanel kettleOptsPanel = new
KettleDataSourceTypeOptionPanel();