comparison src/protocols/toc/toc.c @ 2791:8f6365332a05

[gaim-migrate @ 2804] i hate this shit. i should just stop hacking gaim. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 26 Nov 2001 20:39:54 +0000
parents a0fd8f91e294
children b917845dad3c
comparison
equal deleted inserted replaced
2790:0148422dff4d 2791:8f6365332a05
380 static void toc_got_info(gpointer data, char *url_text) 380 static void toc_got_info(gpointer data, char *url_text)
381 { 381 {
382 if (!url_text) 382 if (!url_text)
383 return; 383 return;
384 384
385 g_show_info_text(NULL, NULL, FALSE, url_text, NULL); 385 g_show_info_text(NULL, NULL, 2, url_text, NULL);
386 } 386 }
387 387
388 static char *show_error_message() 388 static char *show_error_message()
389 { 389 {
390 int no = atoi(strtok(NULL, ":")); 390 int no = atoi(strtok(NULL, ":"));