Revision: 3319
Author: [email protected]
Date: Sun Feb 21 06:15:02 2010
Log: Display of Liquibase script was not working (committed wrong version)
http://code.google.com/p/power-architect/source/detail?r=3319
Modified:
/trunk/src/ca/sqlpower/architect/swingui/CompareDMFormatter.java
=======================================
--- /trunk/src/ca/sqlpower/architect/swingui/CompareDMFormatter.java Sun
Feb 21 05:01:40 2010
+++ /trunk/src/ca/sqlpower/architect/swingui/CompareDMFormatter.java Sun
Feb 21 06:15:02 2010
@@ -149,7 +149,7 @@
}
// get the title string for the compareDMFrame
- if
(dmSetting.getOutputFormat().equals(CompareDMSettings.OutputFormat.SQL)) {
+ if (gen !=null) {
String titleString = "Generated SQL Script to turn "+
toTitleText(true, left)
+ " into " + toTitleText(false, right);