Fix checks in gfield.c
authorOwen W. Taylor <otaylor@fishsoup.net>
Tue, 21 Apr 2009 14:57:50 +0000 (10:57 -0400)
committerOwen W. Taylor <otaylor@fishsoup.net>
Thu, 9 Jul 2009 10:06:20 +0000 (11:06 +0100)
commit578717e32c3c15fb2e99068e0ef9ee90171fd8ba
treeb34dfef3fc68aea93fa68e983f145b50fc522ac3
parent9ce2b05198653697896c3f7c9271073789f90c51
Fix checks in gfield.c

When checking if the readable/writable flags are missing for the fields
we are trying to read and write, use (a & flag) == 0, not (!a & flag).

http://bugzilla.gnome.org/show_bug.cgi?id=579727
girepository/gfield.c