Mercurial > pidgin
diff src/prpl.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 | 5e7de337a053 |
| children | 1d140b31d4b3 |
line wrap: on
line diff
--- a/src/prpl.c Mon Jun 02 21:14:50 2003 +0000 +++ b/src/prpl.c Mon Jun 02 21:51:06 2003 +0000 @@ -220,7 +220,7 @@ void set_icon_data(GaimConnection *gc, const char *who, void *data, int len) { - struct gaim_conversation *conv; + GaimConversation *conv; struct icon_data tmp; GList *l; struct icon_data *id;
