Index: src/protocols/zephyr/zephyr.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/protocols/zephyr/zephyr.c,v retrieving revision 1.122 diff -u -p -r1.122 zephyr.c --- src/protocols/zephyr/zephyr.c 31 Aug 2004 01:45:12 -0000 1.122 +++ src/protocols/zephyr/zephyr.c 31 Aug 2004 12:34:15 -0000 @@ -2180,7 +2180,7 @@ static void zephyr_subscribe_failed(Gaim g_free(subscribe_failed); } -static char *zephyr_get_chat_name(GaimConnection *gc, GHashTable *data) { +static char *zephyr_get_chat_name(GHashTable *data) { /** XXX someone who uses zephyr should verify this */ return g_strdup(g_hash_table_lookup(data, "recipient")); }