Summary: | After running konsolekalendar, Korganizer does not use birthday resource | ||
---|---|---|---|
Product: | [Applications] korganizer | Reporter: | Dotan Cohen <kde-2011.08> |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | smartins |
Priority: | NOR | ||
Version: | 4.2.3 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Unspecified | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Dotan Cohen
2009-05-17 11:33:40 UTC
Akonadi resource is gone too Do you still have trunk where you can test things? Index: console/konsolekalendar/stdcalendar.cpp =================================================================== --- console/konsolekalendar/stdcalendar.cpp (revision 965416) +++ console/konsolekalendar/stdcalendar.cpp (working copy) @@ -78,7 +78,7 @@ (*it)->type() == QLatin1String( "localdir" ) ) { (*it)->load(); } else { - mManager->remove( *it ); + mManager->setActive( *it, false ); } } } I don't have Trunk, Sergio, this is a production machine. SVN commit 975509 by winterz: Do not remove resources, just load them. Thanks Sergio for providing the fix. BUG: 192977 M +2 -4 stdcalendar.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=975509 Thanks! |