gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis-gtk] branch master updated: fix #7046


From: gnunet
Subject: [taler-anastasis-gtk] branch master updated: fix #7046
Date: Sat, 06 Nov 2021 12:12:48 +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 696a49a  fix #7046
696a49a is described below

commit 696a49ad7f742d17da5a5e9700f23d08246265ab
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat Nov 6 12:12:39 2021 +0100

    fix #7046
---
 src/anastasis/anastasis-gtk_attributes.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/anastasis/anastasis-gtk_attributes.c 
b/src/anastasis/anastasis-gtk_attributes.c
index 238f893..133dc24 100644
--- a/src/anastasis/anastasis-gtk_attributes.c
+++ b/src/anastasis/anastasis-gtk_attributes.c
@@ -61,7 +61,7 @@ extract_cal (GtkWidget *cal)
                    sizeof (txt),
                    "%04u-%02u-%02u",
                    (unsigned int) year,
-                   (unsigned int) month,
+                   (unsigned int) month + 1,
                    (unsigned int) day);
   return json_string (txt);
 }
@@ -210,7 +210,7 @@ import_cal (GtkWidget *w,
   gtk_calendar_select_day (GTK_CALENDAR (w),
                            day);
   gtk_calendar_select_month (GTK_CALENDAR (w),
-                             month,
+                             month - 1,
                              year);
 }
 

-- 
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]