Mercurial > pidgin
comparison src/toc.c @ 1669:a843efee692a
[gaim-migrate @ 1679]
i'm a moron
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Fri, 30 Mar 2001 22:55:27 +0000 |
| parents | b5635d882116 |
| children | 1e0613d9526b |
comparison
equal
deleted
inserted
replaced
| 1668:91cddbcfdd17 | 1669:a843efee692a |
|---|---|
| 542 if (b->window) { | 542 if (b->window) { |
| 543 char error_buf[BUF_LONG]; | 543 char error_buf[BUF_LONG]; |
| 544 b->gc = NULL; | 544 b->gc = NULL; |
| 545 g_snprintf(error_buf, sizeof error_buf, _("You have been disconnected" | 545 g_snprintf(error_buf, sizeof error_buf, _("You have been disconnected" |
| 546 " from chat room %s."), b->name); | 546 " from chat room %s."), b->name); |
| 547 do_error_dialog(error_buf, _("Chat Error")); | |
| 547 } else | 548 } else |
| 548 serv_got_chat_left(gc, id); | 549 serv_got_chat_left(gc, id); |
| 549 } else if (!strcasecmp(c, "GOTO_URL")) { | 550 } else if (!strcasecmp(c, "GOTO_URL")) { |
| 550 char *name, *url, tmp[256]; | 551 char *name, *url, tmp[256]; |
| 551 | 552 |
