Fix enum typing bug from commit cedbd78451
authorTim Horton <hortont424@gmail.com>
Sat, 2 Jan 2010 21:43:23 +0000 (16:43 -0500)
committerTim Horton <hortont424@gmail.com>
Sat, 2 Jan 2010 21:43:23 +0000 (16:43 -0500)
commitbac440a2733a2b59920b0078123a073db19b9f33
treebe33f5451b91f6c9ed4ad1ff5917df070b29d40c
parent671ad0881ca3c68e59099a18164a72f34ad3f2ad
Fix enum typing bug from commit cedbd78451

A glong/gint mismatch was wreaking havoc on various enums.
It's clear why this was broken; g_value_info_get_value says
that it returns a glong.
libseed/seed-importer.c