[Kde-pim] i18n bug in akonadi kcal resource

Burkhard Lück lueck at hube-lueck.de
Sat Jul 11 22:39:10 BST 2009


Am Samstag 11 Juli 2009 16:09:02 schrieb Kevin Krammer:
> On Friday, 2009-07-10, Burkhard Lück wrote:
> > Is this the right place to add the new catalog via insertCatalog() call,
> > it just works here?
> >
> > $ svn diff kdepim/akonadi/
> > Index: kdepim/akonadi/resources/kabc/kabcresource.cpp
> > ===================================================================
> > --- kdepim/akonadi/resources/kabc/kabcresource.cpp      (Revision 994269)
> > +++ kdepim/akonadi/resources/kabc/kabcresource.cpp      (Arbeitskopie)
> > @@ -104,6 +104,7 @@
> >    mDelayedSaveTimer->setSingleShot( true );
> >
> >    mContactGroupMimeChecker->addWantedMimeType(
> > KABC::ContactGroup::mimeType() );
> > +  KGlobal::locale()->insertCatalog("kresourceassistant");
> >  }
> >
> >  KABCResource::~KABCResource()
> > Index: kdepim/akonadi/resources/kcal/kcalresource.cpp
> > ===================================================================
> > --- kdepim/akonadi/resources/kcal/kcalresource.cpp      (Revision 994269)
> > +++ kdepim/akonadi/resources/kcal/kcalresource.cpp      (Arbeitskopie)
> > @@ -66,6 +66,7 @@
> >    changeRecorder()->fetchCollection( true );
> >
> >    mDelayedSaveTimer->setSingleShot( true );
> > +  KGlobal::locale()->insertCatalog("kresourceassistant");
> >  }
> >
> >  KCalResource::~KCalResource()
>
> Yes, or right at the beginning of the constructor.
>
Done that in trunk + branch.

Any chance to get this i18n bug fixed for 4.3?

https://bugs.kde.org/show_bug.cgi?id=199559

-- 
Burkhard Lück

_______________________________________________
KDE PIM mailing list kde-pim at kde.org
https://mail.kde.org/mailman/listinfo/kde-pim
KDE PIM home page at http://pim.kde.org/



More information about the kde-pim mailing list