comparison libpurple/protocols/silc10/silc.c @ 21236:73c5f5bfeb39

disapproval of revision '4b2b98ecc70947f687d13c902b1b031247b49392'
author Richard Laager <rlaager@wiktel.com>
date Fri, 16 Nov 2007 23:27:01 +0000
parents fba1f6c3df0b
children 8ae227dca885
comparison
equal deleted inserted replaced
21235:fba1f6c3df0b 21236:73c5f5bfeb39
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 {