Send reconfigure command to all kwin instances.

BUG: 97031


svn path=/trunk/KDE/kdebase/kwin/; revision=413200
icc-effect-5.14.5
Luboš Luňák 2005-05-13 15:56:53 +00:00
parent 238586e608
commit c9a6891b1e
1 changed files with 1 additions and 1 deletions

View File

@ -601,7 +601,7 @@ QString KWinDecorationModule::quickHelp() const
void KWinDecorationModule::resetKWin()
{
bool ok = kapp->dcopClient()->send("kwin", "KWinInterface",
bool ok = kapp->dcopClient()->send("kwin*", "KWinInterface",
"reconfigure()", QByteArray());
if (!ok)
kdDebug() << "kcmkwindecoration: Could not reconfigure kwin" << endl;