зеркало из https://github.com/mozilla/pjs.git
Checked in for fix to bug 163160: Event Category not persisted
This commit is contained in:
Родитель
8bd4942c8b
Коммит
4a755de7f1
|
@ -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;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче