diff src/gtkconv.c @ 10112:1a91e814e9d8

[gaim-migrate @ 11145] it looks like the rest of this was 64-bit stuff too committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Mon, 18 Oct 2004 05:40:02 +0000
parents f0100b414d98
children 84985e2b85cc
line wrap: on
line diff
--- a/src/gtkconv.c	Mon Oct 18 05:22:21 2004 +0000
+++ b/src/gtkconv.c	Mon Oct 18 05:40:02 2004 +0000
@@ -6268,7 +6268,7 @@
 	for (l = gaim_get_ims(); l != NULL; l = l->next) {
 		conv = (GaimConversation *)l->data;
 		gtkconv = GAIM_GTK_CONVERSATION(conv);
-		gtkconv->u.im->animate = (gboolean)value;
+		gtkconv->u.im->animate = GPOINTER_TO_INT(value);
 	}
 
 	/* Now either stop or start animation for the active conversation in each window */