logout effect: remove deleted windows from list
fwd port of 04831d049f73bb38694d7cecc4ea170b2a26a149
This commit is contained in:
parent
7b5683f74b
commit
c513099354
1 changed files with 1 additions and 0 deletions
|
@ -318,6 +318,7 @@ void LogoutEffect::windowClosed(EffectWindow* w)
|
||||||
|
|
||||||
void LogoutEffect::windowDeleted(EffectWindow* w)
|
void LogoutEffect::windowDeleted(EffectWindow* w)
|
||||||
{
|
{
|
||||||
|
windows.removeAll(w);
|
||||||
ignoredWindows.removeAll(w);
|
ignoredWindows.removeAll(w);
|
||||||
if (w == logoutWindow)
|
if (w == logoutWindow)
|
||||||
logoutWindow = NULL;
|
logoutWindow = NULL;
|
||||||
|
|
Loading…
Reference in a new issue