[gaim-migrate @ 15278]

Wed, 18 Jan 2006 03:44:18 +0000

author
Christopher O'Brien <siege@pidgin.im>
date
Wed, 18 Jan 2006 03:44:18 +0000
changeset 12925
52ae486720a0
parent 12924
ed6ed1510bb1
child 12926
f04efa8d568c

[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;
   }

mercurial