Mercurial > pidgin
changeset 9022:7f456c05b767
[gaim-migrate @ 9798]
Slight change to trepia in light of the account actions changes.
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sat, 22 May 2004 23:26:42 +0000 |
parents | 3d30ed8dc7b0 |
children | 84640caaacbf |
files | src/protocols/trepia/trepia.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/protocols/trepia/trepia.c Sat May 22 23:24:19 2004 +0000 +++ b/src/protocols/trepia/trepia.c Sat May 22 23:26:42 2004 +0000 @@ -251,8 +251,9 @@ } static void -set_profile(GaimConnection *gc) +set_profile(GaimPluginAction *action) { + GaimConnection *gc = (GaimConnection *)action->context; GaimRequestFields *fields; GaimRequestFieldGroup *group; GaimRequestField *field;