Deprecated--
svn path=/trunk/KDE/kdebase/workspace/; revision=512360
This commit is contained in:
parent
c31ca87244
commit
8a497afb16
1 changed files with 1 additions and 1 deletions
|
@ -446,7 +446,7 @@ void KWinDecorationModule::readConfig( KConfig* conf )
|
||||||
int numDecos = decorationList->count();
|
int numDecos = decorationList->count();
|
||||||
for (int i = 0; i < numDecos; ++i)
|
for (int i = 0; i < numDecos; ++i)
|
||||||
{
|
{
|
||||||
if (decorationList->text(i) == decoName)
|
if (decorationList->itemText(i) == decoName)
|
||||||
{
|
{
|
||||||
decorationList->setCurrentIndex(i);
|
decorationList->setCurrentIndex(i);
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in a new issue