fix from Matthias for unicode captions
svn path=/trunk/kdebase/kwin/; revision=56922
This commit is contained in:
parent
7dcedd2f0d
commit
e316ecc005
1 changed files with 4 additions and 3 deletions
|
@ -660,7 +660,8 @@ bool Client::windowEvent( XEvent * e)
|
|||
|
||||
unsigned int dirty = info->event( e ); // pass through the NET stuff
|
||||
|
||||
dirty = 0; // shut up, compiler
|
||||
if ( ( dirty & NET::WMName ) != 0 )
|
||||
fetchName();
|
||||
|
||||
switch (e->type) {
|
||||
case UnmapNotify:
|
||||
|
|
Loading…
Reference in a new issue