r1779 - branches/bxe_2_0/mozile

[email protected] Mon, 12 Nov 2007 11:06:08 +0100 (CET)
Newsgroups gmane.editors.bitflux.cvs
Message-ID <[email protected]>
Author: chregu
Date: Mon Nov 12 11:06:08 2007
New Revision: 1779

Log:
use XMLNode instead of the xmlnode


Modified:
   branches/bxe_2_0/mozile/mozCE.js

Modified: branches/bxe_2_0/mozile/mozCE.js
==============================================================================
--- branches/bxe_2_0/mozile/mozCE.js	(original)
+++ branches/bxe_2_0/mozile/mozCE.js	Mon Nov 12 11:06:08 2007
@@ -419,7 +419,7 @@
 			if (textNode.parentNode == xmlnode) {
 				xmlnode.removeChild(textNode);
 				xmlnode.betterNormalize();
-				bxe_checkEmptyParent(xmlnode);
+				bxe_checkEmptyParent(xmlnode.XMLNode);
 				
 			} else {
 				delete textNode;
-- 
Bx-editor-cvs mailing list
[email protected]
http://lists.bitflux.ch/cgi-bin/listinfo/bx-editor-cvs