diff console/gntconv.c @ 13988:4d5cc9e4cb12

[gaim-migrate @ 16561] Appropriately handle the notify dialogs when they close to prevent crashes. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Mon, 24 Jul 2006 09:25:48 +0000
parents a7b1d2ab9cb0
children d9fab56e6011
line wrap: on
line diff
--- a/console/gntconv.c	Mon Jul 24 05:08:30 2006 +0000
+++ b/console/gntconv.c	Mon Jul 24 09:25:48 2006 +0000
@@ -200,7 +200,7 @@
 gg_write_common(GaimConversation *conv, const char *who, const char *message,
 		GaimMessageFlags flags, time_t mtime)
 {
-	GGConv *ggconv = g_hash_table_lookup(ggconvs, conv);
+	GGConv *ggconv = g_hash_table_lookup(ggconvs, conv); /* XXX: ggconv = conv->ui_data; should do */
 	char *strip;
 	GntTextFormatFlags fl = 0;