src/protocols/sametime/sametime.c

changeset 12312
470a1452d009
parent 12311
ee0f62f4fcd4
child 12422
53fba178cadf
equal deleted inserted replaced
12311:ee0f62f4fcd4 12312:470a1452d009
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

mercurial