Thu, 04 Feb 2010 20:57:01 +0000
Default to FALSE the endpoints you want to sing out from this menu. It makes sense because you may want to just change the endpoint name.
| libpurple/protocols/msn/msn.c | file | annotate | diff | comparison | revisions |
--- a/libpurple/protocols/msn/msn.c Thu Feb 04 20:54:09 2010 +0000 +++ b/libpurple/protocols/msn/msn.c Thu Feb 04 20:57:01 2010 +0000 @@ -416,7 +416,7 @@ if (g_str_equal(id, data->session->guid)) return; - field = purple_request_field_bool_new(id, ep->name, TRUE); + field = purple_request_field_bool_new(id, ep->name, FALSE); purple_request_field_group_add_field(data->group, field); }