Mercurial > pidgin
changeset 3535:424f38c56787
[gaim-migrate @ 3609]
Whoops.
committer: Tailor Script <tailor@pidgin.im>
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Wed, 18 Sep 2002 17:06:27 +0000 |
parents | ea6d6e6463a5 |
children | f4cec5d41a89 |
files | src/conversation.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/conversation.c Wed Sep 18 00:16:12 2002 +0000 +++ b/src/conversation.c Wed Sep 18 17:06:27 2002 +0000 @@ -2281,7 +2281,7 @@ gtk_toggle_button_set_state(GTK_TOGGLE_BUTTON(wood), FALSE); state_lock = 0; - if (c->is_chat) { + if (!c->is_chat) { viewer = gtk_toolbar_append_item(GTK_TOOLBAR(toolbar), NULL, _("Show Log Viewer"), _("Viewer"), viewer_p, GTK_SIGNAL_FUNC(conv_show_log), GINT_TO_POINTER(c->name));