Update of /var/cvs/applications/richtext/src/org/mmbase/richtext/processors/xml
In directory james.mmbase.org:/tmp/cvs-serv7648
Modified Files:
Kupu.java
Log Message:
made compile with 1.8
See also:
http://cvs.mmbase.org/viewcvs/applications/richtext/src/org/mmbase/richtext/processors/xml
Index: Kupu.java
===================================================================
RCS file:
/var/cvs/applications/richtext/src/org/mmbase/richtext/processors/xml/Kupu.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- Kupu.java 25 Sep 2008 16:00:02 -0000 1.6
+++ Kupu.java 29 Sep 2008 11:34:33 -0000 1.7
@@ -31,7 +31,7 @@
/**
* This implements 'Kupu' Mode of [EMAIL PROTECTED] MmxfSetString}.
* @author Michiel Meeuwissen
- * @version $Id: Kupu.java,v 1.6 2008/09/25 16:00:02 michiel Exp $
+ * @version $Id: Kupu.java,v 1.7 2008/09/29 11:34:33 michiel Exp $
*/
class Kupu {
@@ -434,7 +434,7 @@
flash.setValue("height", height);
updated = true;
} else {
- log.warn("No height found on " + XMLWriter.write(a));
+ log.warn("No height found on " + XMLWriter.write(a, false));
}
}
{
@@ -444,7 +444,7 @@
flash.setValue("width", width);
updated = true;
} else {
- log.warn("No width found on " + XMLWriter.write(a));
+ log.warn("No width found on " + XMLWriter.write(a, false));
}
}
if (updated) {
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs