comparison 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
comparison
equal deleted inserted replaced
10111:8490f2e292a6 10112:1a91e814e9d8
6266 6266
6267 /* Set the "animate" flag for each icon based on the new preference */ 6267 /* Set the "animate" flag for each icon based on the new preference */
6268 for (l = gaim_get_ims(); l != NULL; l = l->next) { 6268 for (l = gaim_get_ims(); l != NULL; l = l->next) {
6269 conv = (GaimConversation *)l->data; 6269 conv = (GaimConversation *)l->data;
6270 gtkconv = GAIM_GTK_CONVERSATION(conv); 6270 gtkconv = GAIM_GTK_CONVERSATION(conv);
6271 gtkconv->u.im->animate = (gboolean)value; 6271 gtkconv->u.im->animate = GPOINTER_TO_INT(value);
6272 } 6272 }
6273 6273
6274 /* Now either stop or start animation for the active conversation in each window */ 6274 /* Now either stop or start animation for the active conversation in each window */
6275 for (l = gaim_get_windows(); l != NULL; l = l->next) { 6275 for (l = gaim_get_windows(); l != NULL; l = l->next) {
6276 win = (GaimConvWindow *)l->data; 6276 win = (GaimConvWindow *)l->data;