Mercurial > pidgin
comparison src/themes.c @ 5676:dae79aefac8d
[gaim-migrate @ 6094]
I've been meaning to do this for a LONG time. The conversation API now
follows the naming convention of the rest of the new APIs. I'll get some
g_return_*_if_fail() checks in there soon.
committer: Tailor Script <tailor@pidgin.im>
| author | Christian Hammond <chipx86@chipx86.com> |
|---|---|
| date | Mon, 02 Jun 2003 21:51:06 +0000 |
| parents | fefad67de2c7 |
| children | 059d95c67cda |
comparison
equal
deleted
inserted
replaced
| 5675:17e345ffeddb | 5676:dae79aefac8d |
|---|---|
| 191 | 191 |
| 192 if (load) { | 192 if (load) { |
| 193 GList *cnv; | 193 GList *cnv; |
| 194 | 194 |
| 195 for (cnv = gaim_get_conversations(); cnv != NULL; cnv = cnv->next) { | 195 for (cnv = gaim_get_conversations(); cnv != NULL; cnv = cnv->next) { |
| 196 struct gaim_conversation *conv = cnv->data; | 196 GaimConversation *conv = cnv->data; |
| 197 | 197 |
| 198 if (GAIM_IS_GTK_CONVERSATION(conv)) | 198 if (GAIM_IS_GTK_CONVERSATION(conv)) |
| 199 smiley_themeize(GAIM_GTK_CONVERSATION(conv)->imhtml); | 199 smiley_themeize(GAIM_GTK_CONVERSATION(conv)->imhtml); |
| 200 } | 200 } |
| 201 } | 201 } |
