comparison pidgin/gtkthemes.c @ 15632:a830f9756f23

Some more pidgininfication
author Daniel Atallah <daniel.atallah@gmail.com>
date Wed, 14 Feb 2007 02:35:35 +0000
parents 535f002e7b0f
children 32c366eeeb99
comparison
equal deleted inserted replaced
15630:68798ffeb321 15632:a830f9756f23
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 }