# HG changeset patch # User Richard Laager # Date 1140056430 0 # Node ID b2b26d2ac2efb37c0b9c720855c7de0345a7877c # Parent 43b3415ce3423def9627568fb5b8f0d8f93bfad5 [gaim-migrate @ 15665] Compile committer: Tailor Script diff -r 43b3415ce342 -r b2b26d2ac2ef src/protocols/gg/gg.c --- 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; }