| Summary: | Window Decorations applet only affects current screen | ||
|---|---|---|---|
| Product: | [Unmaintained] kcontrol | Reporter: | Adam Jackson <ajax> |
| Component: | kcmkwindecoration | Assignee: | KWin default assignee <kwin-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Gentoo Packages | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Adam Jackson
2005-01-14 22:43:59 UTC
SVN commit 413200 by lunakl:
Send reconfigure command to all kwin instances.
BUG: 97031
M +1 -1 trunk/KDE/kdebase/kwin/kcmkwin/kwindecoration/kwindecoration.cpp
--- trunk/KDE/kdebase/kwin/kcmkwin/kwindecoration/kwindecoration.cpp #413199:413200
@@ -601,7 +601,7 @@
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;
|