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. cpw.qulogic.msnp16

Thu, 04 Feb 2010 20:57:01 +0000

author
Jorge Villaseñor <masca@cpw.pidgin.im>
date
Thu, 04 Feb 2010 20:57:01 +0000
branch
cpw.qulogic.msnp16
changeset 29454
75d293894d85
parent 29453
4f4a9646df32
child 29455
507fafef57a4

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);
 }
 

mercurial