[Gnucash-changes] r12841 - gnucash/trunk - Propgate bi-weekly ui-frequency in transition from "schedule transaction" dialog to "Advanced..." (Scheduled Transaction Editor).

Joshua Sled jsled at cvs.gnucash.org
Wed Jan 18 13:01:28 EST 2006


Author: jsled
Date: 2006-01-18 13:01:28 -0500 (Wed, 18 Jan 2006)
New Revision: 12841
Trac: http://svn.gnucash.org/trac/changeset/12841

Modified:
   gnucash/trunk/ChangeLog
   gnucash/trunk/src/gnome/dialog-sx-from-trans.c
Log:
Propgate bi-weekly ui-frequency in transition from "schedule transaction" dialog to "Advanced..." (Scheduled Transaction Editor).
2006-01-18  Joshua Sled  <jsled at asynchronous.org>

	* src/gnome/dialog-sx-from-trans.c (sxftd_update_fs): Propgate
	bi-weekly ui-frequency in transition from "schedule transaction"
	dialog to "Advanced..." (Scheduled Transaction Editor).
	Patch from Robert Zaleski <rzaleski81 at yahoo.com>.
	<http://bugzilla.gnome.org/show_bug.cgi?id=327547>.


Modified: gnucash/trunk/ChangeLog
===================================================================
--- gnucash/trunk/ChangeLog	2006-01-18 15:57:09 UTC (rev 12840)
+++ gnucash/trunk/ChangeLog	2006-01-18 18:01:28 UTC (rev 12841)
@@ -1,3 +1,11 @@
+2006-01-18  Joshua Sled  <jsled at asynchronous.org>
+
+	* src/gnome/dialog-sx-from-trans.c (sxftd_update_fs): Propgate
+	bi-weekly ui-frequency in transition from "schedule transaction"
+	dialog to "Advanced..." (Scheduled Transaction Editor).
+	Patch from Robert Zaleski <rzaleski81 at yahoo.com>.
+	<http://bugzilla.gnome.org/show_bug.cgi?id=327547>.
+
 2006-01-18  Derek Atkins  <derek at ihtfp.com>
 
 	* src/bin/Makefile.am:  Fix some srcdir/builddir issues

Modified: gnucash/trunk/src/gnome/dialog-sx-from-trans.c
===================================================================
--- gnucash/trunk/src/gnome/dialog-sx-from-trans.c	2006-01-18 15:57:09 UTC (rev 12840)
+++ gnucash/trunk/src/gnome/dialog-sx-from-trans.c	2006-01-18 18:01:28 UTC (rev 12841)
@@ -317,7 +317,7 @@
     tmpfs = xaccFreqSpecMalloc( gnc_get_current_book() );
     xaccFreqSpecSetComposite( fs );
     xaccFreqSpecSetWeekly( tmpfs, date, 2 );
-    xaccFreqSpecSetUIType( fs, UIFREQ_WEEKLY );
+    xaccFreqSpecSetUIType( fs, UIFREQ_BI_WEEKLY );
     xaccFreqSpecCompositeAdd( fs, tmpfs );
     break;
 



More information about the gnucash-changes mailing list