Mercurial > pidgin
changeset 13299:b2b26d2ac2ef
[gaim-migrate @ 15665]
Compile
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Thu, 16 Feb 2006 02:20:30 +0000 |
parents | 43b3415ce342 |
children | 46f94b8d4d3f |
files | src/protocols/gg/gg.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/protocols/gg/gg.c Thu Feb 16 02:08:04 2006 +0000 +++ b/src/protocols/gg/gg.c Thu Feb 16 02:20:30 2006 +0000 @@ -1864,8 +1864,8 @@ } /* }}} */ -/* static gboolean ggp_offline message(const GaimBuddy *buddy) {{{ */ -static gboolean ggp_offline message(const GaimBuddy *buddy) +/* static gboolean ggp_offline_message(const GaimBuddy *buddy) {{{ */ +static gboolean ggp_offline_message(const GaimBuddy *buddy) { return TRUE; }