connect iconChanged to decoration

broke with 9eaee286c55717d26535d3dc9e543c0285740d9a

BUG: 324355
FIXED-IN: 4.11.2
REVIEW: 112435
This commit is contained in:
Thomas Lübking 2013-09-01 22:29:27 +02:00
parent 140c4856b7
commit f1346494f6

View file

@ -450,6 +450,7 @@ void Client::createDecoration(const QRect& oldgeom)
connect(this, SIGNAL(shadeChanged()), decoration, SLOT(shadeChange()));
connect(this, SIGNAL(desktopChanged()), decoration, SLOT(desktopChange()));
connect(this, SIGNAL(captionChanged()), decoration, SLOT(captionChange()));
connect(this, SIGNAL(iconChanged()), decoration, SLOT(iconChange()));
connect(this, SIGNAL(activeChanged()), decoration, SLOT(activeChange()));
connect(this, SIGNAL(clientMaximizedStateChanged(KWin::Client*,KDecorationDefines::MaximizeMode)),
decoration, SLOT(maximizeChange()));