samihadas / google-gdata

Automatically exported from code.google.com/p/google-gdata
0 stars 0 forks source link

WritersCanInvite element is not handled correctly #310

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
DocumentEntries did not read the value from the xml stream correctly.
The problem is in the WritersCanInvite class constructor (documententry.cs 
line #452), the prefix and ns parameters were in the wrong order.

Original issue reported on code.google.com by ATGard...@gmail.com on 29 Dec 2009 at 2:33

Attachments:

GoogleCodeExporter commented 8 years ago
Checked into subversion. I hate those errors. I wish a prefix would be a 
different
type than a string :)

Original comment by fman...@gmail.com on 4 Jan 2010 at 11:59