Mercurial > pidgin
changeset 23563:de24d89313b0
I swear I did this! I must have gotten a little overzealous with the
"u" key. Thanks again datallah!
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Thu, 17 Jul 2008 16:48:37 +0000 |
parents | 3b3d7039bc8e |
children | 33418ea6d801 0a674616953c |
files | libpurple/protocols/oscar/flap_connection.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/oscar/flap_connection.c Thu Jul 17 16:08:09 2008 +0000 +++ b/libpurple/protocols/oscar/flap_connection.c Thu Jul 17 16:48:37 2008 +0000 @@ -304,7 +304,7 @@ if (conn->type == SNAC_FAMILY_CHAT) { oscar_chat_destroy(conn->new_conn_data); - conn->connect_data = NULL; + conn->new_conn_data = NULL; } }