Author: thomasobrien95
Date: Thu Jun 18 08:56:44 2009
New Revision: 3094

Modified:
   trunk/src/ca/sqlpower/architect/swingui/olap/JoinEntryPanel.java

Log:
Updated due to library change.

Modified: trunk/src/ca/sqlpower/architect/swingui/olap/JoinEntryPanel.java
==============================================================================
--- trunk/src/ca/sqlpower/architect/swingui/olap/JoinEntryPanel.java (original) +++ trunk/src/ca/sqlpower/architect/swingui/olap/JoinEntryPanel.java Thu Jun 18 08:56:44 2009
@@ -244,7 +244,7 @@
             } catch (SQLObjectException e) {
                 throw new RuntimeException(e);
} //XXX Can't get the catalog from the table so we are currently only looking by name and schema
-            TableContainer container = new TableContainer(model, sqlTable);
+ TableContainer container = new TableContainer(model.getDatabase(), sqlTable);
             model.addTable(container);
             return container;
         } else if (relation instanceof InlineTable) {

Reply via email to