[gcr/wip/dueno/ssh-askpass: 3/3] gcr-ssh-askpass: fix build issues



commit df77be2a110c41978935a80f3551c5821f8befc1
Author: Daiki Ueno <dueno src gnome org>
Date:   Mon Dec 11 16:14:59 2017 +0100

    gcr-ssh-askpass: fix build issues

 gcr/gcr-base.symbols   |    5 +++++
 gcr/test-ssh-askpass.c |    2 +-
 po/POTFILES.in         |    1 +
 3 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/gcr/gcr-base.symbols b/gcr/gcr-base.symbols
index c3ddfbc..7a97e9a 100644
--- a/gcr/gcr-base.symbols
+++ b/gcr/gcr-base.symbols
@@ -218,6 +218,11 @@ gcr_simple_collection_contains
 gcr_simple_collection_get_type
 gcr_simple_collection_new
 gcr_simple_collection_remove
+gcr_ssh_askpass_child_setup
+gcr_ssh_askpass_executable
+gcr_ssh_askpass_get_interaction
+gcr_ssh_askpass_get_type
+gcr_ssh_askpass_new
 gcr_system_prompter_get_mode
 gcr_system_prompter_get_prompt_type
 gcr_system_prompter_get_prompting
diff --git a/gcr/test-ssh-askpass.c b/gcr/test-ssh-askpass.c
index 5127f4b..a6a4965 100644
--- a/gcr/test-ssh-askpass.c
+++ b/gcr/test-ssh-askpass.c
@@ -140,7 +140,7 @@ test_cancelled (Test *test,
        while (status == -1)
                g_main_context_iteration (NULL, TRUE);
 
-       g_assert_cmpint (status, ==, 256);
+       g_assert_cmpint (status, !=, 0);
        g_assert_no_error (error);
 }
 
diff --git a/po/POTFILES.in b/po/POTFILES.in
index bb70c17..fad541b 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -16,6 +16,7 @@ gcr/gcr-importer.c
 gcr/gcr-library.c
 gcr/gcr-parser.c
 gcr/gcr-prompt.c
+gcr/gcr-ssh-askpass.c
 gcr/gcr-subject-public-key.c
 gcr/gcr-system-prompt.c
 gcr/gcr-trust.c


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]