comparison src/dialogs.c @ 401:7c74e2f579b5

[gaim-migrate @ 411] Heh, whoops. you can send messages to offline people now. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 12 Jun 2000 22:02:50 +0000
parents be408b41c172
children a330017b3aa4
comparison
equal deleted inserted replaced
400:bb87776942c4 401:7c74e2f579b5
453 453
454 void show_error_dialog(char *d) 454 void show_error_dialog(char *d)
455 { 455 {
456 456
457 int no = atoi(d); 457 int no = atoi(d);
458 #ifndef USE_OSCAR
458 char *w = strtok(NULL, ":"); 459 char *w = strtok(NULL, ":");
460 #else
461 char *w = d + 4;
462 #endif
459 char buf[256]; 463 char buf[256];
460 char buf2[32]; 464 char buf2[32];
461 465
462 #ifdef GAIM_PLUGINS 466 #ifdef GAIM_PLUGINS
463 GList *c = callbacks; 467 GList *c = callbacks;