src/pounce.c

changeset 6444
4d5cef88ec06
parent 6271
955ed13a2bf1
child 6719
f2b0a4a52abc
--- a/src/pounce.c	Tue Aug 12 23:32:00 2003 +0000
+++ b/src/pounce.c	Wed Aug 13 06:05:03 2003 +0000
@@ -545,7 +545,7 @@
 			data->events |= GAIM_POUNCE_IDLE;
 		else if (!strcmp(data->event_type, "return-from-idle"))
 			data->events |= GAIM_POUNCE_IDLE_RETURN;
-		else if (!strcmp(data->event_type, "typing"))
+		else if (!strcmp(data->event_type, "start-typing"))
 			data->events |= GAIM_POUNCE_TYPING;
 		else if (!strcmp(data->event_type, "stop-typing"))
 			data->events |= GAIM_POUNCE_TYPING_STOPPED;

mercurial