Fix Presence.is_online()
authorPhilip Withnall <philip.withnall@collabora.co.uk>
Wed, 21 Jul 2010 11:08:35 +0000 (12:08 +0100)
committerPhilip Withnall <philip.withnall@collabora.co.uk>
Wed, 21 Jul 2010 11:08:35 +0000 (12:08 +0100)
commit47d0a18f953dc2bb5e8f7c21faab796c5a820d36
treefeed493d0a73365d163133870ccc6ce2fab47545
parent3474e33a9e8044f7208a99a4038118429a171ac8
Fix Presence.is_online()

Due to a signed/unsigned int problem, typecmp() was never returning
negative answers, so everyone was always online.
folks/presence.vala