diff options
Diffstat (limited to 'src/anastasis/anastasis-gtk_handle-auth-delete-button-clicked.c')
-rw-r--r-- | src/anastasis/anastasis-gtk_handle-auth-delete-button-clicked.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/anastasis/anastasis-gtk_handle-auth-delete-button-clicked.c b/src/anastasis/anastasis-gtk_handle-auth-delete-button-clicked.c index a431057..d25733e 100644 --- a/src/anastasis/anastasis-gtk_handle-auth-delete-button-clicked.c +++ b/src/anastasis/anastasis-gtk_handle-auth-delete-button-clicked.c | |||
@@ -60,9 +60,9 @@ anastasis_gtk_authentication_method_delete_button_clicked_cb (GObject *object, | |||
60 | AG_AMMC_INDEX, &index, | 60 | AG_AMMC_INDEX, &index, |
61 | -1); | 61 | -1); |
62 | AG_freeze (); | 62 | AG_freeze (); |
63 | args = json_pack ("{s:I}", | 63 | args = GNUNET_JSON_PACK ( |
64 | "authentication_method", | 64 | GNUNET_JSON_pack_uint64 ("authentication_method", |
65 | index); | 65 | index)); |
66 | AG_ra = ANASTASIS_redux_action (AG_redux_state, | 66 | AG_ra = ANASTASIS_redux_action (AG_redux_state, |
67 | "delete_authentication", | 67 | "delete_authentication", |
68 | args, | 68 | args, |