diff src/buddy.c @ 3273:943e2b3224a9

[gaim-migrate @ 3291] more de-aim-ization, and a buddy pounce fix. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Sat, 25 May 2002 18:58:24 +0000
parents 66445abf1736
children 30ca1b76ad0c
line wrap: on
line diff
--- a/src/buddy.c	Fri May 24 00:03:14 2002 +0000
+++ b/src/buddy.c	Sat May 25 18:58:24 2002 +0000
@@ -1607,9 +1607,9 @@
 				 * because I thought it'd be funny :-) */
 
 				g_snprintf(tmp, sizeof(tmp), "%s has %s", name, 
-					   (b->options & OPT_POUNCE_TYPING) ? "started typing to you" :
-					   (b->options & OPT_POUNCE_SIGNON) ? "signed on" : 
-					   (b->options & OPT_POUNCE_UNIDLE) ? "returned from being idle" : 
+					   (when & OPT_POUNCE_TYPING) ? "started typing to you" :
+					   (when & OPT_POUNCE_SIGNON) ? "signed on" : 
+					   (when & OPT_POUNCE_UNIDLE) ? "returned from being idle" : 
 					   "returned from being away");
 				
 				do_error_dialog(tmp, _("Buddy Pounce"));