Mercurial > pidgin.yaz
comparison src/protocols/sametime/sametime.c @ 12312:1c8ea8f3b84e
[gaim-migrate @ 14616]
forgot a line, and infamy
committer: Tailor Script <tailor@pidgin.im>
author | Christopher O'Brien <siege@pidgin.im> |
---|---|
date | Sun, 04 Dec 2005 05:04:39 +0000 |
parents | a2ebf585d8c6 |
children | fe42d9c111f9 |
comparison
equal
deleted
inserted
replaced
12311:a2ebf585d8c6 | 12312:1c8ea8f3b84e |
---|---|
5795 } | 5795 } |
5796 | 5796 |
5797 /* pretend to be Sametime Connect */ | 5797 /* pretend to be Sametime Connect */ |
5798 opt = gaim_account_option_bool_new(_("Hide Client Identity"), | 5798 opt = gaim_account_option_bool_new(_("Hide Client Identity"), |
5799 MW_KEY_FAKE_IT, FALSE); | 5799 MW_KEY_FAKE_IT, FALSE); |
5800 l = g_list_append(l, opt); | |
5800 | 5801 |
5801 mw_prpl_info.protocol_options = l; | 5802 mw_prpl_info.protocol_options = l; |
5802 l = NULL; | 5803 l = NULL; |
5803 | 5804 |
5804 /* forward all our g_log messages to gaim. Generally all the logging | 5805 /* forward all our g_log messages to gaim. Generally all the logging |