Mercurial > pidgin
diff src/protocols/rendezvous/rendezvous.c @ 8589:72a0759a37a2
[gaim-migrate @ 9340]
Paco-Paco got his 8space tab on earlier, and it makes me feel dirty.
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Tue, 06 Apr 2004 01:06:45 +0000 |
| parents | 5af95c2b1179 |
| children | f96795b786d2 |
line wrap: on
line diff
--- a/src/protocols/rendezvous/rendezvous.c Tue Apr 06 01:00:22 2004 +0000 +++ b/src/protocols/rendezvous/rendezvous.c Tue Apr 06 01:06:45 2004 +0000 @@ -411,7 +411,7 @@ return 1; } -static void rendezvous_prpl_setaway(GaimConnection *gc, const char *state, const char *text) +static void rendezvous_prpl_set_away(GaimConnection *gc, const char *state, const char *text) { gaim_debug_error("rendezvous", "Set away, state=%s, text=%s\n", state, text); } @@ -438,7 +438,7 @@ NULL, NULL, NULL, - rendezvous_prpl_setaway, + rendezvous_prpl_set_away, NULL, NULL, NULL, @@ -470,7 +470,7 @@ NULL, NULL, NULL, - NULL + NULL }; static GaimPluginInfo info =
