Fixed bug in items related to the comparison of set items
authorThadeu Lima de Souza Cascardo <cascardo@dcc.ufmg.br>
Fri, 30 Sep 2005 15:29:08 +0000 (15:29 +0000)
committerThadeu Lima de Souza Cascardo <cascardo@dcc.ufmg.br>
Fri, 30 Sep 2005 15:29:08 +0000 (15:29 +0000)
commitea586a0fb4e667aebab81a83facd1c3e35614064
tree45bfd06dcd00222c5615d41950ca69c9eac3e6db
parent6b2453c69ff5e471561a72884ae0ac38d9332df0
Fixed bug in items related to the comparison of set items

The comparison of set items did not work with g_hash_table_find because
hash values were all NULL. Putting the keys in a list and, then,
iterating through it fixed the problem.

git-archimport-id: cascardo@tlscascardo--private/libgrammatic--dev--0.1--patch-17
item.c