changeset 12925:fd734d1fb2f4

[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. committer: Tailor Script <tailor@pidgin.im>
author Christopher O'Brien <siege@pidgin.im>
date Wed, 18 Jan 2006 03:44:18 +0000
parents e841e23a334c
children 2c4f20ff387c
files plugins/psychic.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;
   }