* Found out that no one else is checking the return value from
ecore_hash_set(), so I ignore it too. ecore_hash_set() currently returns
FALSE if the key existed, even though it replaces the value. This is
probably wrong.
Fixed and committed.
* Found out that no one else is checking the return value from
ecore_hash_set(), so I ignore it too. ecore_hash_set() currently returns
FALSE if the key existed, even though it replaces the value. This is
probably wrong.