Searched refs:recp_dialog (Results 1 – 1 of 1) sorted by relevance
36 RecipientDlg *recp_dialog; member175 op->recp_dialog = NULL; in gpa_stream_encrypt_operation_init()209 op->recp_dialog = recipient_dlg_new (GPA_OPERATION (op)->window); in gpa_stream_encrypt_operation_constructor()210 recipient_dlg_set_recipients (op->recp_dialog, in gpa_stream_encrypt_operation_constructor()213 g_signal_connect (G_OBJECT (op->recp_dialog), "response", in gpa_stream_encrypt_operation_constructor()233 if (op->recp_dialog) in gpa_stream_encrypt_operation_constructor()234 gtk_widget_show_all (GTK_WIDGET (op->recp_dialog)); in gpa_stream_encrypt_operation_constructor()423 else if (op->recp_dialog) in response_cb()424 op->keys = recipient_dlg_get_keys (op->recp_dialog, &op->selected_protocol); in response_cb()