e_remember: Update UUID store properties from e_remember

The e_remember infrastructure already hooks into all needed places to keep
a record of the given properties for an e_client. We use this to update the
UUID store.

Signed-off-by: Stefan Schmidt <s.schmidt@samsung.com>
This commit is contained in:
Stefan Schmidt 2014-04-23 14:50:33 +02:00 committed by Stefan Schmidt
parent e2f87d3498
commit 2d3fae79a0
1 changed files with 4 additions and 0 deletions

View File

@ -376,6 +376,10 @@ e_remember_default_match_set(E_Remember *rem, E_Client *ec)
E_API void
e_remember_update(E_Client *ec)
{
#ifdef HAVE_WAYLAND
/* Use this as e_remeber_update is called in all the right places already */
e_uuid_store_entry_update(ec->uuid, ec);
#endif
if (ec->new_client) return;
if (!ec->remember) return;
if (ec->remember->keep_settings) return;