Bug 210530 - Translators' names are not retained in KAboutData in systemsettings
Summary: Translators' names are not retained in KAboutData in systemsettings
Status: RESOLVED FIXED
Alias: None
Product: systemsettings
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Albert Astals Cid
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-14 13:00 UTC by Dario Freddi
Modified: 2009-10-18 20:01 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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