Mercurial > pidgin
comparison src/protocols/toc/toc.c @ 2773:a0fd8f91e294
[gaim-migrate @ 2786]
SPAM!!!
All recipients of the email generated by this commit each owe me $125 per email sent, plus a $75 handling fee for all messages combined.
Or was that supposed to be the other way around.
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Tue, 20 Nov 2001 01:01:22 +0000 |
| parents | 9747583279d1 |
| children | 8f6365332a05 |
comparison
equal
deleted
inserted
replaced
| 2772:f9227268db25 | 2773:a0fd8f91e294 |
|---|---|
| 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(url_text, NULL); | 385 g_show_info_text(NULL, NULL, FALSE, 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, ":")); |
