Mercurial > pidgin
changeset 2502:a452084e1636
[gaim-migrate @ 2515]
whoops.
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Sun, 14 Oct 2001 18:31:29 +0000 |
parents | 227cc42ffa6e |
children | b4ac3b5f484b |
files | src/conversation.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/conversation.c Sun Oct 14 11:36:36 2001 +0000 +++ b/src/conversation.c Sun Oct 14 18:31:29 2001 +0000 @@ -251,8 +251,10 @@ gtk_widget_destroy(c->link_dialog); if (c->log_dialog) gtk_widget_destroy(c->log_dialog); +#if USE_PIXBUF if (c->save_icon) gtk_widget_destroy(c->save_icon); +#endif g_string_free(c->history, TRUE); g_free(c); }