| Summary: | Translators' names are not retained in KAboutData in systemsettings | ||
|---|---|---|---|
| Product: | [Applications] systemsettings | Reporter: | Dario Freddi <drf> |
| Component: | general | Assignee: | Albert Astals Cid <aacid> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
Looks like this happens in all KCMs, redirecting the bug in systemsettings 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 |
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