[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-anastasis-gtk] branch master updated: TODO -> FIXME
From: |
gnunet |
Subject: |
[taler-anastasis-gtk] branch master updated: TODO -> FIXME |
Date: |
Wed, 01 Jan 2025 14:05:47 +0100 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository anastasis-gtk.
The following commit(s) were added to refs/heads/master by this push:
new 097643f TODO -> FIXME
097643f is described below
commit 097643f9dbf02a3eaa8715a7ea5168bd75b83e54
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Jan 1 14:05:42 2025 +0100
TODO -> FIXME
---
src/anastasis/anastasis-gtk_action.c | 6 +++---
src/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
index eec2eb3..14e34a2 100644
--- 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
index d4a9e2d..7f69628 100644
--- 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,
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-anastasis-gtk] branch master updated: TODO -> FIXME,
gnunet <=