Mercurial > pidgin
changeset 30691:b27d2e8f137e
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.
author | masca@cpw.pidgin.im |
---|---|
date | Thu, 04 Feb 2010 20:57:01 +0000 |
parents | d80d32644492 |
children | 1830fa548302 |
files | libpurple/protocols/msn/msn.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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); }