Mercurial > pidgin.yaz
changeset 5775:171fdd5493b9
[gaim-migrate @ 6200]
compile fix.
committer: Tailor Script <tailor@pidgin.im>
author | Nathan Walp <nwalp@pidgin.im> |
---|---|
date | Fri, 06 Jun 2003 16:20:52 +0000 |
parents | e8f6209c4f59 |
children | 147f4c25af15 |
files | plugins/perl/perl.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/perl/perl.c Fri Jun 06 15:47:32 2003 +0000 +++ b/plugins/perl/perl.c Fri Jun 06 16:20:52 2003 +0000 @@ -747,7 +747,7 @@ g_snprintf(a.message, sizeof(a.message), "%s", message); do_away_message(NULL, &a); } else if (!strncasecmp(command, "back", 4)) { - do_im_back(); + do_im_back(NULL, NULL); } else if (!strncasecmp(command, "idle", 4)) { GList *c = gaim_connections_get_all(); GaimConnection *gc;