Checked in for fix to bug 163160: Event Category not persisted

This commit is contained in:
mostafah%oeone.com 2002-08-19 13:05:22 +00:00
Родитель 8bd4942c8b
Коммит 4a755de7f1
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -440,7 +440,7 @@ NS_IMETHODIMP oeICalEventImpl::SetCategories(const nsACString& aNewVal)
#ifdef ICAL_DEBUG_ALL
printf( "SetCategories( %s )\n", PromiseFlatCString( aNewVal ).get() );
#endif
m_category = m_category;
m_category = aNewVal;
return NS_OK;
}