Wed, 18 Jan 2006 03:44:18 +0000
[gaim-migrate @ 15278]
<wabz> 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.
| plugins/psychic.c | file | annotate | diff | comparison | revisions |
--- 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; }