Index: /FCKeditor/trunk/editor/_source/internals/fckcommands.js
===================================================================
--- /FCKeditor/trunk/editor/_source/internals/fckcommands.js	(revision 840)
+++ /FCKeditor/trunk/editor/_source/internals/fckcommands.js	(revision 841)
@@ -67,5 +67,5 @@
 		case 'Table'		: oCommand = new FCKDialogCommand( 'Table'		, FCKLang.DlgTableTitle			, 'dialog/fck_table.html'		, 450, 250 ) ; break ;
 		case 'TableProp'	: oCommand = new FCKDialogCommand( 'Table'		, FCKLang.DlgTableTitle			, 'dialog/fck_table.html?Parent', 400, 250 ) ; break ;
-		case 'TableCellProp': oCommand = new FCKDialogCommand( 'TableCell'	, FCKLang.DlgCellTitle			, 'dialog/fck_tablecell.html'	, 550, 250, FCKTableHandler.TableCellPropGetStatus, null ) ; break ;
+		case 'TableCellProp': oCommand = new FCKDialogCommand( 'TableCell'	, FCKLang.DlgCellTitle			, 'dialog/fck_tablecell.html'	, 550, 250 ) ; break ;
 
 		case 'Style'		: oCommand = new FCKStyleCommand() ; break ;
Index: /FCKeditor/trunk/editor/_source/internals/fcktablehandler.js
===================================================================
--- /FCKeditor/trunk/editor/_source/internals/fcktablehandler.js	(revision 840)
+++ /FCKeditor/trunk/editor/_source/internals/fcktablehandler.js	(revision 841)
@@ -799,12 +799,4 @@
 }
 
-FCKTableHandler.TableCellPropGetStatus = function()
-{
-	if ( FCKTableHandler.GetSelectedCells().length == 1 )
-		return FCK_TRISTATE_OFF ;
-	else
-		return FCK_TRISTATE_DISABLED ;
-}
-
 FCKTableHandler.GetMergeRightTarget = function()
 {
