anastasis-gtk

Demonstrator GUI for Anastasis
Log | Files | Refs | README | LICENSE

commit 097643f9dbf02a3eaa8715a7ea5168bd75b83e54
parent d9a88075017e0c7e37fb577d4220a0f86cabe581
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed,  1 Jan 2025 14:05:42 +0100

TODO -> FIXME

Diffstat:
Msrc/anastasis/anastasis-gtk_action.c | 6+++---
Msrc/anastasis/anastasis-gtk_handle-method-iban.c | 2+-
2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/anastasis/anastasis-gtk_action.c b/src/anastasis/anastasis-gtk_action.c @@ -1880,7 +1880,7 @@ show_challenge_feedback (const char *uuid, } if (0) { - /* TODO: do we want to show the payment request here at all? */ + /* FIXME: do we want to show the payment request here at all? */ if (NULL != taler_pay_uri) { GdkPixbuf *qr; @@ -2370,7 +2370,7 @@ add_challenge (GtkBox *challenge_box, challenges = json_object_get (rd, "challenges"); - /* TODO: change data structure to have 'uuid' + /* FIXME: change data structure to have 'uuid' as the index into the 'challenges' object, instead of this 'challenges' being an array */ json_array_foreach (challenges, index, challenge) @@ -3555,7 +3555,7 @@ AG_action_cb (void *cls, #endif if (TALER_EC_NONE != error_code) { - /* TODO: maybe also render 'detail' + /* FIXME: maybe also render 'detail' if present in state? See for example ~ anastasis_api_backup_redux.c:3082 */ AG_error ("Error #%d: %s\n", diff --git a/src/anastasis/anastasis-gtk_handle-method-iban.c b/src/anastasis/anastasis-gtk_handle-method-iban.c @@ -127,7 +127,7 @@ anastasis_gtk_b_iban_dialog_iban_entry_changed_cb (GtkEntry *entry, NULL == err); if (NULL != err) { - /* TODO: show _inside_ the dialog instead of in logs... */ + /* FIXME: show _inside_ the dialog instead of in logs... */ GNUNET_log (GNUNET_ERROR_TYPE_WARNING, "IBAN `%s' invalid: %s\n", qs,