[grisbi-cvs] [SCM] grisbi branch, master, updated. upstream_version_0_7_4-70-ge86737e

Pierre Biava nobody at users.sourceforge.net
Mon Nov 1 14:52:22 CET 2010


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "grisbi".

The branch, master has been updated
       via  e86737e7df88bbb2441dfcb56e1b2c6b762a5099 (commit)
      from  ab11f1783381a0f6460510dd71b8078859899916 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit e86737e7df88bbb2441dfcb56e1b2c6b762a5099
Author: pbiava <pierre.biava at nerim.net>
Date:   Mon Nov 1 14:47:54 2010 +0100

    Fixed a bug in the seizure of a date from the calendar with enter

-----------------------------------------------------------------------

Changes:
diff --git a/src/gsb_calendar_entry.c b/src/gsb_calendar_entry.c
index 5b84386..f933e18 100644
--- a/src/gsb_calendar_entry.c
+++ b/src/gsb_calendar_entry.c
@@ -608,7 +608,7 @@ gboolean gsb_calendar_entry_calendar_key_press ( GtkCalendar *pCalendar,
 	case GDK_KP_Enter :
 	    /* get the date an close the calendar */
 	    gtk_entry_set_text ( GTK_ENTRY ( entry ),
-				 gsb_format_date ( day, month + 1, year ));
+				 gsb_format_date ( day, month, year ));
 	    if ( GTK_WIDGET_TOPLEVEL ( pTopLevelWidget ) )
 		gtk_widget_destroy ( pTopLevelWidget );
 	    g_date_free (date);


hooks/post-receive
-- 
grisbi


More information about the cvs mailing list