comparison src/dialogs.c @ 1000:91b7377e7b45

[gaim-migrate @ 1010] Plugins work again, I think. There may still be some bugginess. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 16 Oct 2000 20:11:18 +0000
parents baad64740daa
children 38452403563b
comparison
equal deleted inserted replaced
999:0b5db8cdd30f 1000:91b7377e7b45
436 int no = atoi(d); 436 int no = atoi(d);
437 char *w; 437 char *w;
438 char buf[256]; 438 char buf[256];
439 char buf2[32]; 439 char buf2[32];
440 440
441 plugin_event(event_error, (void *)no, 0, 0); 441 plugin_event(event_error, (void *)no, 0, 0, 0);
442 442
443 w = strtok(NULL, ":"); 443 w = strtok(NULL, ":");
444 444
445 445
446 switch(no) { 446 switch(no) {