comparison plugins/psychic.c @ 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 c1a75785c8f2
comparison
equal deleted inserted replaced
12924:e841e23a334c 12925:fd734d1fb2f4
35 static void 35 static void
36 buddy_typing_cb(GaimAccount *acct, const char *name, void *data) { 36 buddy_typing_cb(GaimAccount *acct, const char *name, void *data) {
37 GaimConversation *gconv; 37 GaimConversation *gconv;
38 38
39 if(gaim_prefs_get_bool(PREF_STATUS) && 39 if(gaim_prefs_get_bool(PREF_STATUS) &&
40 gaim_status_is_available(gaim_account_get_active_status(acct))) { 40 ! gaim_status_is_available(gaim_account_get_active_status(acct))) {
41 DEBUG_INFO("not available, doing nothing\n"); 41 DEBUG_INFO("not available, doing nothing\n");
42 return; 42 return;
43 } 43 }
44 44
45 if(gaim_prefs_get_bool(PREF_BUDDIES) && 45 if(gaim_prefs_get_bool(PREF_BUDDIES) &&