comparison libpurple/protocols/silc/silc.c @ 21353:8ae227dca885

merge of '00bf7296307f96f5c68d6e5edf219fb4a50bb947' and '3468b1f73a715bd59ad22726232214da77cf67f7'
author Richard Laager <rlaager@wiktel.com>
date Fri, 16 Nov 2007 23:27:07 +0000
parents d4f95419be45 73c5f5bfeb39
children fcb848b2d669
comparison
equal deleted inserted replaced
21352:ca17c133d6c3 21353:8ae227dca885
819 "and your personal information. Please fill the information " 819 "and your personal information. Please fill the information "
820 "you would like other users to see about yourself."), 820 "you would like other users to see about yourself."),
821 fields, 821 fields,
822 _("OK"), G_CALLBACK(silcpurple_attrs_cb), 822 _("OK"), G_CALLBACK(silcpurple_attrs_cb),
823 _("Cancel"), G_CALLBACK(silcpurple_attrs_cancel), 823 _("Cancel"), G_CALLBACK(silcpurple_attrs_cancel),
824 gc->account, NULL, NULL, PURPLE_REQUEST_HINT_BLIST, gc); 824 gc->account, NULL, NULL, "blist", gc);
825 } 825 }
826 826
827 static void 827 static void
828 silcpurple_detach(PurplePluginAction *action) 828 silcpurple_detach(PurplePluginAction *action)
829 { 829 {
1027 1027
1028 purple_request_fields_with_hint(gc, _("Create New SILC Key Pair"), 1028 purple_request_fields_with_hint(gc, _("Create New SILC Key Pair"),
1029 _("Create New SILC Key Pair"), NULL, fields, 1029 _("Create New SILC Key Pair"), NULL, fields,
1030 _("Generate Key Pair"), G_CALLBACK(silcpurple_create_keypair_cb), 1030 _("Generate Key Pair"), G_CALLBACK(silcpurple_create_keypair_cb),
1031 _("Cancel"), G_CALLBACK(silcpurple_create_keypair_cancel), 1031 _("Cancel"), G_CALLBACK(silcpurple_create_keypair_cancel),
1032 gc->account, NULL, NULL, PURPLE_REQUEST_HINT_BLIST, gc); 1032 gc->account, NULL, NULL, "blist", gc);
1033 1033
1034 g_strfreev(u); 1034 g_strfreev(u);
1035 silc_free(hostname); 1035 silc_free(hostname);
1036 } 1036 }
1037 1037