Author: siwuzzz
Date: Fri Aug 3 14:36:57 2007
New Revision: 216
Modified:
trunk/clients/cs/src/extensions/comments.cs
Log:
src/extensions/comments.cs:
- Fixed a typo that would cause Comments.ParseComments() to throw an
ArgumentException when parsing the feedLink.
Modified: trunk/clients/cs/src/extensions/comments.cs
==============================================================================
--- trunk/clients/cs/src/extensions/comments.cs (original)
+++ trunk/clients/cs/src/extensions/comments.cs Fri Aug 3 14:36:57 2007
@@ -78,8 +78,8 @@
throw new ArgumentException("Only one feedLink
is allowed inside the gd:comments");
}
}
+ commentsChild = commentsChild.NextSibling;
}
- commentsChild = commentsChild.NextSibling;
}
}
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Data API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/google-help-dataapi?hl=en
-~----------~----~----~----~------~----~------~--~---