Index: /CKEditor/branches/features/bbcode/_source/plugins/bbcode/plugin.js
===================================================================
--- /CKEditor/branches/features/bbcode/_source/plugins/bbcode/plugin.js	(revision 6781)
+++ /CKEditor/branches/features/bbcode/_source/plugins/bbcode/plugin.js	(revision 6782)
@@ -20,5 +20,5 @@
 			tab.remove( 'emailBody' );
 		}
-		if ( name == 'image' )
+		else if ( name == 'image' )
 		{
 			definition.removeContents( 'advanced' );
@@ -28,9 +28,4 @@
 			tab.remove( 'txtAlt' );
 			tab.remove( 'basic' );
-		}
-		if ( name == 'numberedListStyle' )
-		{
-			tab = definition.getContents( 'info' );
-			tab.remove('start');
 		}
 	});
