Mercurial > pidgin
changeset 21741:34787c0d841c
merge of '91693085a71d31037a9bbe0743802ed307b3ece4'
and 'c62c3c810cef3a653af3b2eb3049b3b93d662e8a'
author | Richard Nelson <wabz@pidgin.im> |
---|---|
date | Mon, 03 Dec 2007 07:05:57 +0000 |
parents | ae95a1714442 (current diff) 80aaf91b1025 (diff) |
children | 98514870b73c 5ff16647c50d dd7cf8d2e3a3 |
files | |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/oscar/oscar.c Mon Dec 03 07:02:48 2007 +0000 +++ b/libpurple/protocols/oscar/oscar.c Mon Dec 03 07:05:57 2007 +0000 @@ -5335,6 +5335,7 @@ if (chat_name != NULL) g_hash_table_insert(defaults, "room", g_strdup(chat_name)); + g_hash_table_insert(defaults, "exchange", g_strdup("4")); return defaults; } @@ -6699,7 +6700,7 @@ prpl_info->protocol_options = g_list_append(prpl_info->protocol_options, option); option = purple_account_option_bool_new( - _("Always use ICQ proxy server for file transfers\n(slower, but does not reveal your IP address)"), "always_use_rv_proxy", + _("Always use AIM/ICQ proxy server for\nfile transfers and direct IM (slower,\nbut does not reveal your IP address)"), "always_use_rv_proxy", OSCAR_DEFAULT_ALWAYS_USE_RV_PROXY); prpl_info->protocol_options = g_list_append(prpl_info->protocol_options, option);