comparison src/event.c @ 6100:5823ed7e2583

[gaim-migrate @ 6559] Andrew Steets (asteets) writes: "event_conversation_switch wont show as event_unknown, and you can catch it from perl. " committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Sat, 12 Jul 2003 17:38:06 +0000
parents 55f421732727
children
comparison
equal deleted inserted replaced
6099:55f421732727 6100:5823ed7e2583
406 snprintf(buf, sizeof(buf), "event_del_conversation"); 406 snprintf(buf, sizeof(buf), "event_del_conversation");
407 break; 407 break;
408 case event_connecting: 408 case event_connecting:
409 snprintf(buf, sizeof(buf), "event_connecting"); 409 snprintf(buf, sizeof(buf), "event_connecting");
410 break; 410 break;
411 case event_conversation_switch:
412 snprintf(buf, sizeof(buf), "event_conversation_switch");
413 break;
411 default: 414 default:
412 snprintf(buf, sizeof(buf), "event_unknown"); 415 snprintf(buf, sizeof(buf), "event_unknown");
413 break; 416 break;
414 } 417 }
415 418