Index: CHANGELOG.txt
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/wysiwyg/CHANGELOG.txt,v
retrieving revision 1.148
diff -u -p -r1.148 CHANGELOG.txt
--- CHANGELOG.txt	13 Jun 2009 02:10:32 -0000	1.148
+++ CHANGELOG.txt	13 Jun 2009 02:16:28 -0000
@@ -6,6 +6,7 @@ Wysiwyg x.x-x.x, xxxx-xx-xx
 
 Wysiwyg 6.x-2.x, xxxx-xx-xx
 ---------------------------
+#490270 by sun: Fixed openWYSIWYG displays no buttons by default.
 #490266 by sun: Fixed JS error when wysiwyg profile contains no buttons.
 #400482 by sun: Fixed editor.instance.prepareContent() breaks editor's native
   markup handling. Drupal plugin authors should add the CSS class
Index: editors/openwysiwyg.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/wysiwyg/editors/openwysiwyg.inc,v
retrieving revision 1.3
diff -u -p -r1.3 openwysiwyg.inc
--- editors/openwysiwyg.inc	13 Jun 2009 02:10:32 -0000	1.3
+++ editors/openwysiwyg.inc	13 Jun 2009 02:15:57 -0000
@@ -88,7 +88,6 @@ function wysiwyg_openwysiwyg_themes($edi
 function wysiwyg_openwysiwyg_settings($editor, $config, $theme) {
   $settings = array(
     'path' => base_path() . $editor['editor path'] . '/',
-    'Toolbar' => array(),
     'Width' => '100%',
   );
 
