correctly use EC_CHANGED in qa

This commit is contained in:
Mike Blumenkrantz 2014-07-27 16:10:12 -04:00
parent 44eb1a41c6
commit 7b61749184
1 changed files with 1 additions and 1 deletions

View File

@ -246,7 +246,7 @@ _e_qa_entry_border_props_apply(E_Quick_Access_Entry *entry)
SET(lock_user_sticky);
SET(lock_client_sticky);
SET(user_skip_winlist);
SET(changed);
EC_CHANGED(entry->client);
#undef SET
}