Mercurial > pidgin.yaz
changeset 4387:a3fd5fe57a0b
[gaim-migrate @ 4653]
View History works. Silly mistake.
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Wed, 22 Jan 2003 06:29:45 +0000 |
parents | 29b67b8de743 |
children | bf6ac19d0d63 |
files | src/gtkconv.c |
diffstat | 1 files changed, 5 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/gtkconv.c Wed Jan 22 05:43:30 2003 +0000 +++ b/src/gtkconv.c Wed Jan 22 06:29:45 2003 +0000 @@ -272,8 +272,11 @@ menu_view_history_cb(gpointer data, guint action, GtkWidget *widget) { struct gaim_window *win = (struct gaim_window *)data; - - conv_show_log(NULL, gaim_window_get_active_conversation(win)); + struct gaim_conversation *conv; + + conv = gaim_window_get_active_conversation(win); + + conv_show_log(NULL, (char *)gaim_conversation_get_name(conv)); } static void menu_insert_link_cb(gpointer data, guint action, GtkWidget *widget)