# HG changeset patch # User Christopher O'Brien # Date 1137555858 0 # Node ID fd734d1fb2f4919618aa358e7e0c935861172818 # Parent e841e23a334c16acc2e0aef9ad9d2bfc4f291976 [gaim-migrate @ 15278] uhm, this is very embarrassing, but psychic.c line 38 should start with at "!".... Of course, I didn't notice it either, and I'm supposed to have been checking this. So, whoops. committer: Tailor Script diff -r e841e23a334c -r fd734d1fb2f4 plugins/psychic.c --- a/plugins/psychic.c Wed Jan 18 03:04:25 2006 +0000 +++ b/plugins/psychic.c Wed Jan 18 03:44:18 2006 +0000 @@ -37,7 +37,7 @@ GaimConversation *gconv; if(gaim_prefs_get_bool(PREF_STATUS) && - gaim_status_is_available(gaim_account_get_active_status(acct))) { + ! gaim_status_is_available(gaim_account_get_active_status(acct))) { DEBUG_INFO("not available, doing nothing\n"); return; }