mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 02:42:50 +00:00
kwin: do not insert the kwin_art_clients catalog when loading plugin
the translations from that catalog were for v2.x things (styles, decorations, etc.) Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
cdae932788
commit
063a7132e8
1 changed files with 0 additions and 2 deletions
|
@ -247,8 +247,6 @@ bool KDecorationPlugins::loadPlugin(QString nameStr)
|
||||||
KGlobal::locale()->insertCatalog("libkdecorations");
|
KGlobal::locale()->insertCatalog("libkdecorations");
|
||||||
// For clients in kdebase
|
// For clients in kdebase
|
||||||
KGlobal::locale()->insertCatalog("kwin_clients");
|
KGlobal::locale()->insertCatalog("kwin_clients");
|
||||||
// For clients in kdeartwork
|
|
||||||
KGlobal::locale()->insertCatalog("kwin_art_clients");
|
|
||||||
|
|
||||||
old_library = oldLibrary; // save for delayed destroying
|
old_library = oldLibrary; // save for delayed destroying
|
||||||
old_fact = oldFactory;
|
old_fact = oldFactory;
|
||||||
|
|
Loading…
Add table
Reference in a new issue