Bug 210530

Summary: Translators' names are not retained in KAboutData in systemsettings
Product: [Applications] systemsettings Reporter: Dario Freddi <drf>
Component: generalAssignee: Albert Astals Cid <aacid>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Dario Freddi 2009-10-14 13:00:28 UTC
Version:            (using Devel)
Compiler:          GCC 4.4 
OS:                Linux
Installed from:    Compiled sources

When looking at the about data in systemsettings for a specific kcmodule, the name of the KDELibs translator always pops up in the Translators tab. I have a module, named "chaseconfig", in which I do the following:

KGlobal::locale()->insertCatalog("chase");

KAboutData *about = blablabla

about->setCatalog("chase");

setAboutData(about);

I would expect, after the setCatalog call, to see the translator of the Chase catalog pop up, however this is not happening
Comment 1 Dario Freddi 2009-10-15 16:36:21 UTC
Looks like this happens in all KCMs, redirecting the bug in systemsettings
Comment 2 Albert Astals Cid 2009-10-18 20:01:47 UTC
SVN commit 1037255 by aacid:

Make sure we return the names of the correct translators
BUGS: 210530


 M  +10 -2     kaboutdata.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1037255