Closed
Bug 163160
Opened 23 years ago
Closed 23 years ago
Event Category not persisted
Categories
(Calendar :: Sunbird Only, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: myroslav, Assigned: mikeypotter)
References
Details
I am unable te set Categories. I am setting them in Edit Event Window. Press Ok.
Open event once more. Category reset!
Category is not stored in Event (as it was in previous releases). Regression.
| Reporter | ||
Updated•23 years ago
|
Blocks: cal-categories
Think:
443 m_category = m_category;
Should be:
m_category = aNewVal;
oeICalEventImpl.cpp
438 NS_IMETHODIMP oeICalEventImpl::SetCategories(const nsACString& aNewVal)
439 {
440 #ifdef ICAL_DEBUG_ALL
441 printf( "SetCategories( %s )\n", PromiseFlatCString( aNewVal ).get() );
442 #endif
443 m_category = m_category;
444
445 return NS_OK;
Comment 2•23 years ago
|
||
Fixed in CVS. Thanks ajbu.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Comment 3•23 years ago
|
||
Default QA Contact for Calendar has changed. If you wish to remain the QA
contact for this bug, feel free to change it back.
QA Contact: colint → brantgurganus2001
Comment 4•19 years ago
|
||
The bugspam monkeys have been set free and are feeding on Calendar :: Sunbird Only. Be afraid for your sanity!
QA Contact: gurganbl → sunbird
You need to log in
before you can comment on or make changes to this bug.
Description
•