never return remembers which apply uuid if not looking for sr remembers

avoid collision between sr remembers and user remembers
This commit is contained in:
Mike Blumenkrantz 2017-02-10 17:23:44 -05:00
parent a8e7ca98cc
commit 964640d9ae
1 changed files with 1 additions and 1 deletions

View File

@ -906,7 +906,7 @@ _e_remember_find(E_Client *ec, int check_usable, Eina_Bool sr)
return rem;
}
}
else if (rem->uuid) continue;
else if (rem->apply & E_REMEMBER_APPLY_UUID) continue;
if (ec->netwm.name) title = ec->netwm.name;
else title = ec->icccm.title;