| 246 current_smiley_theme = theme; |
246 current_smiley_theme = theme; |
| 247 |
247 |
| 248 for (cnv = gaim_get_conversations(); cnv != NULL; cnv = cnv->next) { |
248 for (cnv = gaim_get_conversations(); cnv != NULL; cnv = cnv->next) { |
| 249 GaimConversation *conv = cnv->data; |
249 GaimConversation *conv = cnv->data; |
| 250 |
250 |
| 251 if (GAIM_IS_GTK_CONVERSATION(conv)) { |
251 if (PIDGIN_IS_PIDGIN_CONVERSATION(conv)) { |
| 252 pidginthemes_smiley_themeize(PIDGIN_CONVERSATION(conv)->imhtml); |
252 pidginthemes_smiley_themeize(PIDGIN_CONVERSATION(conv)->imhtml); |
| 253 pidginthemes_smiley_themeize(PIDGIN_CONVERSATION(conv)->entry); |
253 pidginthemes_smiley_themeize(PIDGIN_CONVERSATION(conv)->entry); |
| 254 } |
254 } |
| 255 } |
255 } |
| 256 } |
256 } |