libpurple/protocols/silc10/silc.c

changeset 21351
4c83d3121e8b
parent 21234
bb34c0fd67c3
parent 21226
a60b30c9eeb5
child 21352
e10c4ea18f7c
equal deleted inserted replaced
21350:84875f5cae2e 21351:4c83d3121e8b
732 "and your personal information. Please fill the information " 732 "and your personal information. Please fill the information "
733 "you would like other users to see about yourself."), 733 "you would like other users to see about yourself."),
734 fields, 734 fields,
735 _("OK"), G_CALLBACK(silcpurple_attrs_cb), 735 _("OK"), G_CALLBACK(silcpurple_attrs_cb),
736 _("Cancel"), G_CALLBACK(silcpurple_attrs_cancel), 736 _("Cancel"), G_CALLBACK(silcpurple_attrs_cancel),
737 gc->account, NULL, NULL, PURPLE_REQUEST_HINT_BLIST, gc); 737 gc->account, NULL, NULL, "blist", gc);
738 } 738 }
739 739
740 static void 740 static void
741 silcpurple_detach(PurplePluginAction *action) 741 silcpurple_detach(PurplePluginAction *action)
742 { 742 {

mercurial