Index: /CKEditor/trunk/CHANGES.html
===================================================================
--- /CKEditor/trunk/CHANGES.html	(revision 3829)
+++ /CKEditor/trunk/CHANGES.html	(revision 3830)
@@ -107,4 +107,5 @@
 			flashing when switching forth and back to source view.</li>
 		<li><a href="http://dev.fckeditor.net/ticket/3894">#3894</a> : Fixed an issue where editor failed to initialize when using the on-demand loading way.</li>
+		<li><a href="http://dev.fckeditor.net/ticket/3903">#3903</a> : Color button plugin doesn't read config entry from editor instance correctly.</li>
 	</ul>
 	<h3>
Index: /CKEditor/trunk/_source/plugins/colorbutton/plugin.js
===================================================================
--- /CKEditor/trunk/_source/plugins/colorbutton/plugin.js	(revision 3829)
+++ /CKEditor/trunk/_source/plugins/colorbutton/plugin.js	(revision 3830)
@@ -55,4 +55,5 @@
 		function renderColors( panel, type )
 		{
+			
 			var output = [],
 				colors = CKEDITOR.config.colorButton_colors.split( ',' );
