[fusion-commits] r1568 - trunk/widgets
svn_fusion at osgeo.org
svn_fusion at osgeo.org
Mon Sep 29 16:50:39 EDT 2008
Author: pagameba
Date: 2008-09-29 16:50:39 -0400 (Mon, 29 Sep 2008)
New Revision: 1568
Modified:
trunk/widgets/Print.js
Log:
use show instead of open so the dialog opens properly.
Modified: trunk/widgets/Print.js
===================================================================
--- trunk/widgets/Print.js 2008-09-29 18:36:58 UTC (rev 1567)
+++ trunk/widgets/Print.js 2008-09-29 20:50:39 UTC (rev 1568)
@@ -109,7 +109,7 @@
this.dialog = d;
}
- this.dialog.open();
+ this.dialog.show();
},
setParameter: function(param, value) {
More information about the fusion-commits
mailing list