diff src/gtkconv.c @ 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 f7a84034f97f
children ce3a0eba91ef
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)