From: Sean E. <sea...@us...> - 2002-09-18 17:06:30
|
Update of /cvsroot/gaim/gaim/src In directory usw-pr-cvs1:/tmp/cvs-serv9165/src Modified Files: conversation.c Log Message: Whoops. Index: conversation.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/conversation.c,v retrieving revision 1.378 retrieving revision 1.379 diff -u -d -r1.378 -r1.379 --- conversation.c 17 Sep 2002 16:44:00 -0000 1.378 +++ conversation.c 18 Sep 2002 17:06:27 -0000 1.379 @@ -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)); |