diff src/gtkconv.c @ 6039:0c4d0c93c8c5

[gaim-migrate @ 6489] Er, nothing really. Fix an incorrect pref title. Fix a crash on windows when an icon is set to 0. Reorder lots of icon uploading stuff, hopefully it will fix the icon deletion problem. It probably won't. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 06 Jul 2003 05:07:11 +0000
parents 78c8b0f636f4
children c062c4bf58ac
line wrap: on
line diff
--- a/src/gtkconv.c	Sun Jul 06 03:26:20 2003 +0000
+++ b/src/gtkconv.c	Sun Jul 06 05:07:11 2003 +0000
@@ -144,7 +144,7 @@
 static void
 do_save_convo(GtkWidget *wid)
 {
-	GaimConversation *c = g_object_get_data(GTK_FILE_SELECTION(wid)->ok_button,
+	GaimConversation *c = g_object_get_data(G_OBJECT(GTK_FILE_SELECTION(wid)->ok_button),
 											"gaim_conversation");
 	const char *filename;
 	FILE *fp;