gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis-gtk] branch master updated: -remove bogus check (fixes


From: gnunet
Subject: [taler-anastasis-gtk] branch master updated: -remove bogus check (fixes #7259)
Date: Sun, 12 Jun 2022 22:53:38 +0200

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 5097f52  -remove bogus check (fixes #7259)
5097f52 is described below

commit 5097f521d8f682a37b5cb7068a3d6e12fea24e7b
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Jun 12 22:53:36 2022 +0200

    -remove bogus check (fixes #7259)
---
 src/anastasis/anastasis-gtk_attributes.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/anastasis/anastasis-gtk_attributes.c 
b/src/anastasis/anastasis-gtk_attributes.c
index 7aa9571..4222a2b 100644
--- a/src/anastasis/anastasis-gtk_attributes.c
+++ b/src/anastasis/anastasis-gtk_attributes.c
@@ -56,8 +56,6 @@ extract_cal (GtkWidget *cal)
                          &year,
                          &month,
                          &day);
-  if (! (day && month && day))
-    return NULL;
   GNUNET_snprintf (txt,
                    sizeof (txt),
                    "%04u-%02u-%02u",

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]