Propgate bi-weekly ui-frequency in transition from "schedule transaction" dialog to "Advanced..." (Scheduled Transaction Editor).

2006-01-18  Joshua Sled  <jsled@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@yahoo.com>.
	<http://bugzilla.gnome.org/show_bug.cgi?id=327547>.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12841 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Joshua Sled 2006-01-18 18:01:28 +00:00
parent d9a99b743f
commit fefb86c6c5
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
2006-01-18 Joshua Sled <jsled@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@yahoo.com>.
<http://bugzilla.gnome.org/show_bug.cgi?id=327547>.
2006-01-18 Derek Atkins <derek@ihtfp.com> 2006-01-18 Derek Atkins <derek@ihtfp.com>
* src/bin/Makefile.am: Fix some srcdir/builddir issues * src/bin/Makefile.am: Fix some srcdir/builddir issues

View File

@ -317,7 +317,7 @@ sxftd_update_fs( SXFromTransInfo *sxfti, GDate *date, FreqSpec *fs )
tmpfs = xaccFreqSpecMalloc( gnc_get_current_book() ); tmpfs = xaccFreqSpecMalloc( gnc_get_current_book() );
xaccFreqSpecSetComposite( fs ); xaccFreqSpecSetComposite( fs );
xaccFreqSpecSetWeekly( tmpfs, date, 2 ); xaccFreqSpecSetWeekly( tmpfs, date, 2 );
xaccFreqSpecSetUIType( fs, UIFREQ_WEEKLY ); xaccFreqSpecSetUIType( fs, UIFREQ_BI_WEEKLY );
xaccFreqSpecCompositeAdd( fs, tmpfs ); xaccFreqSpecCompositeAdd( fs, tmpfs );
break; break;