=== modified file 'web_display_html/__openerp__.py'
--- web_display_html/__openerp__.py	2012-05-11 09:52:02 +0000
+++ web_display_html/__openerp__.py	2012-05-13 16:10:13 +0000
@@ -45,7 +45,7 @@
     "update_xml" : [],
     "demo_xml": [], 
     "test" : [],
-    "web_preload" : True,
+    "auto_install" : True,
     "active" : True,
     "certificate" : "",
 }

=== modified file 'web_wysiwyg/__openerp__.py'
--- web_wysiwyg/__openerp__.py	2012-05-10 08:38:07 +0000
+++ web_wysiwyg/__openerp__.py	2012-05-13 16:10:30 +0000
@@ -58,7 +58,7 @@
     "update_xml" : [],
     "demo_xml": [], 
     "test" : [],
-    "web_preload" : True,
+    "auto_install" : True,
     "active" : True,
     "certificate" : "",
 }

=== modified file 'web_wysiwyg/static/src/js/web_wysiwyg.js'
--- web_wysiwyg/static/src/js/web_wysiwyg.js	2012-05-10 08:38:07 +0000
+++ web_wysiwyg/static/src/js/web_wysiwyg.js	2012-05-13 16:25:48 +0000
@@ -43,7 +43,7 @@
 		$('.openerp .oe_input_icon').css({'margin' : '-260px 0 0 -21px', 'float' : 'right'});
 
 		// Here we transform all the regular textareas into WYSIWYG textareas
-		$('textarea').ckeditor({ toolbar : 'Mine' });
+		$('textarea.field_text_WYSIWYG').ckeditor({ toolbar : 'Mine' });
 
 		// Add onclick event on save button.
 		$('button.oe_form_button_save').prependEvent('click', handler);
@@ -59,7 +59,7 @@
 		$('.openerp .oe_input_icon').css({'margin' : '3px 0 0 -21px', 'float' : 'none'});
 
 		// Here we transform all the WYSIWYG textareas into regular textareas
-		$('textarea').each(function(){
+		$('textarea.field_text_WYSIWYG').each(function(){
 			try {
 				$(this).ckeditorGet().destroy();
 			}

