gnucash maint: Bug 733685 - Fancy Date Format doesn't stick
Geert Janssens
gjanssens at code.gnucash.org
Wed Feb 11 11:21:32 EST 2015
Updated via https://github.com/Gnucash/gnucash/commit/01170e66 (commit)
from https://github.com/Gnucash/gnucash/commit/8900af27 (commit)
commit 01170e664c439f4584224f99018dcfccb2673435
Author: Geert Janssens <janssens-geert at telenet.be>
Date: Wed Feb 11 17:21:13 2015 +0100
Bug 733685 - Fancy Date Format doesn't stick
diff --git a/src/gnome-utils/gnc-date-format.c b/src/gnome-utils/gnc-date-format.c
index 2dac520..27fabba 100644
--- a/src/gnome-utils/gnc-date-format.c
+++ b/src/gnome-utils/gnc-date-format.c
@@ -345,7 +345,7 @@ gnc_date_format_get_months (GNCDateFormat *gdf)
if (gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(priv->months_abbrev)))
return GNCDATE_MONTH_ABBREV;
if (gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(priv->months_name)))
- return GNCDATE_MONTH_ABBREV;
+ return GNCDATE_MONTH_NAME;
/* We should never reach this point */
g_assert(FALSE);
Summary of changes:
src/gnome-utils/gnc-date-format.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the gnucash-changes
mailing list