Index: xmlrpc.php
===================================================================
--- xmlrpc.php	(revision 10055)
+++ xmlrpc.php	(working copy)
@@ -2761,7 +2761,7 @@
 			foreach ( $cats as $cat ) {
 				$struct['categoryId'] = $cat->term_id;
 				$struct['parentId'] = $cat->parent;
-				$struct['description'] = $cat->name;
+				$struct['description'] = $cat->description;
 				$struct['categoryName'] = $cat->name;
 				$struct['htmlUrl'] = wp_specialchars(get_category_link($cat->term_id));
 				$struct['rssUrl'] = wp_specialchars(get_category_feed_link($cat->term_id, 'rss2'));
