s/serialNumber/cacheKey/ (serialNumber() is obsolete)
svn path=/trunk/KDE/kdebase/workspace/; revision=749195
This commit is contained in:
parent
6827a0cc32
commit
bb6d6bb9fe
1 changed files with 1 additions and 1 deletions
|
@ -565,7 +565,7 @@ void BoxSwitchEffect::paintWindowIcon( EffectWindow* w )
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if( windows[ w ]->icon.serialNumber() != w->icon().serialNumber())
|
if( windows[ w ]->icon.cacheKey() != w->icon().cacheKey())
|
||||||
{ // make sure windows[ w ]->icon is the right QPixmap, and rebind
|
{ // make sure windows[ w ]->icon is the right QPixmap, and rebind
|
||||||
windows[ w ]->icon = w->icon();
|
windows[ w ]->icon = w->icon();
|
||||||
#ifdef HAVE_OPENGL
|
#ifdef HAVE_OPENGL
|
||||||
|
|
Loading…
Reference in a new issue