Mercurial > pidgin
comparison libpurple/protocols/silc/silc.c @ 16442:a5176db228b7
Update SILC to match resent request API changes
author | Stu Tomlinson <stu@nosnilmot.com> |
---|---|
date | Thu, 26 Apr 2007 13:10:57 +0000 |
parents | 32c366eeeb99 |
children | 6c3b44ac71f3 |
comparison
equal
deleted
inserted
replaced
16441:eb36a10796d7 | 16442:a5176db228b7 |
---|---|
739 _("You can let other users see your online status information " | 739 _("You can let other users see your online status information " |
740 "and your personal information. Please fill the information " | 740 "and your personal information. Please fill the information " |
741 "you would like other users to see about yourself."), | 741 "you would like other users to see about yourself."), |
742 fields, | 742 fields, |
743 _("OK"), G_CALLBACK(silcpurple_attrs_cb), | 743 _("OK"), G_CALLBACK(silcpurple_attrs_cb), |
744 _("Cancel"), G_CALLBACK(silcpurple_attrs_cancel), gc); | 744 _("Cancel"), G_CALLBACK(silcpurple_attrs_cancel), |
745 gc->account, NULL, NULL, gc); | |
745 } | 746 } |
746 | 747 |
747 static void | 748 static void |
748 silcpurple_detach(PurplePluginAction *action) | 749 silcpurple_detach(PurplePluginAction *action) |
749 { | 750 { |
944 purple_request_fields_add_group(fields, g); | 945 purple_request_fields_add_group(fields, g); |
945 | 946 |
946 purple_request_fields(gc, _("Create New SILC Key Pair"), | 947 purple_request_fields(gc, _("Create New SILC Key Pair"), |
947 _("Create New SILC Key Pair"), NULL, fields, | 948 _("Create New SILC Key Pair"), NULL, fields, |
948 _("Generate Key Pair"), G_CALLBACK(silcpurple_create_keypair_cb), | 949 _("Generate Key Pair"), G_CALLBACK(silcpurple_create_keypair_cb), |
949 _("Cancel"), G_CALLBACK(silcpurple_create_keypair_cancel), gc); | 950 _("Cancel"), G_CALLBACK(silcpurple_create_keypair_cancel), |
951 gc->account, NULL, NULL, gc); | |
950 | 952 |
951 g_strfreev(u); | 953 g_strfreev(u); |
952 silc_free(hostname); | 954 silc_free(hostname); |
953 } | 955 } |
954 | 956 |