Bug 408237 Non working code due to setting of readonly attribute generation in providers; r=philipp

This commit is contained in:
daniel.boelzle%sun.com 2007-12-15 19:09:35 +00:00
Родитель a9f132fade
Коммит 35946c845b
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -103,7 +103,7 @@ interface calIItemBase : nsISupports
// the generation number of this item; 0 means
// that it's never been stored in a store
//
readonly attribute PRUint32 generation;
attribute PRUint32 generation;
// the time when this item was created
readonly attribute calIDateTime creationDate;