pidgin/gtkthemes.c

changeset 15692
ecda27df58b9
parent 15577
b8129373f65e
child 15884
4de1981757fc
equal deleted inserted replaced
15691:3359b45df7ac 15692:ecda27df58b9
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 }

mercurial