diff options
author | marcus <marcus@FreeBSD.org> | 2005-04-06 03:46:39 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-04-06 03:46:39 +0000 |
commit | 1ca5e0f191a1f224dc7de6c87eea6790d9a05092 (patch) | |
tree | 2946a7a07d68f8c7635947b443a0249be3306097 /net/gaim/files | |
parent | 596cdf41be56aba4fc8bd55c22e421fdcea78fe8 (diff) | |
download | FreeBSD-ports-1ca5e0f191a1f224dc7de6c87eea6790d9a05092.zip FreeBSD-ports-1ca5e0f191a1f224dc7de6c87eea6790d9a05092.tar.gz |
Update to 1.2.1. See http://gaim.sourceforge.net/ChangeLog for all the
changes.
Submitted by: Matthew Luckie <mjl@luckie.org.nz>
Security: See http://gaim.sourceforge.net/security/ for security issues
resolved in this release
Diffstat (limited to 'net/gaim/files')
-rw-r--r-- | net/gaim/files/patch-src_protocols_yahoo_yahoochat.c | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/net/gaim/files/patch-src_protocols_yahoo_yahoochat.c b/net/gaim/files/patch-src_protocols_yahoo_yahoochat.c deleted file mode 100644 index dd31950..0000000 --- a/net/gaim/files/patch-src_protocols_yahoo_yahoochat.c +++ /dev/null @@ -1,26 +0,0 @@ ---- src/protocols/yahoo/yahoochat.c.orig Wed Mar 16 05:14:01 2005 -+++ src/protocols/yahoo/yahoochat.c Sun Mar 20 15:59:34 2005 -@@ -342,8 +342,11 @@ - void yahoo_process_chat_join(GaimConnection *gc, struct yahoo_packet *pkt) - { - struct yahoo_data *yd = (struct yahoo_data *) gc->proto_data; -+ GaimAccount *account; - GaimConversation *c = NULL; -+ GaimConversationUiOps *ops; - GSList *l; -+ GList *roomies = NULL; - GList *members = NULL; - char *room = NULL; - char *topic = NULL; -@@ -443,10 +446,8 @@ - yahoo_chat_add_users(GAIM_CONV_CHAT(c), members); - } - -- GList *roomies=NULL; -- GaimConversationUiOps *ops; - ops = gaim_conversation_get_ui_ops(c); -- GaimAccount *account = gaim_connection_get_account(gc); -+ account = gaim_connection_get_account(gc); - for (l = account->deny; l != NULL; l = l->next) { - for (roomies = members; roomies; roomies = roomies->next) { - if (!gaim_utf8_strcasecmp((char *)l->data, roomies->data)) { |