change one more occurrence of SnowlMessage::author property to authorName

--HG--
extra : rebase_source : de573d9b3c8f9c83ac5428561eb659356c1885e5
This commit is contained in:
Myk Melez 2009-04-16 15:59:05 -07:00
Родитель 25fbaf8d3e
Коммит 08fc7f4241
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -99,7 +99,7 @@ SnowlMessage.get = function(id) {
SnowlMessage.prototype = {
id: null,
subject: null,
author: null,
authorName: null,
// FIXME: make this an nsIURI.
link: null,
timestamp: null,