Index: /CKEditor/branches/features/pasting/_source/plugins/pastefromword/plugin.js
===================================================================
--- /CKEditor/branches/features/pasting/_source/plugins/pastefromword/plugin.js	(revision 4602)
+++ /CKEditor/branches/features/pasting/_source/plugins/pastefromword/plugin.js	(revision 4603)
@@ -373,5 +373,5 @@
 					delete element.name;
 					// We're loosing tag name here, signalize this element as a list.
-					attributes[ 'cke:list' ] = 1;
+					element.attributes[ 'cke:list' ] = 1;
 				},
 
