Fixed compilation-error-causing tyop.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6803 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Joshua Sled 2002-04-17 22:59:28 +00:00
parent ce673ac64f
commit 3121ea6489

View File

@ -1206,7 +1206,7 @@ start_date_changed( GnomeDateEdit *gde, gpointer d )
case UIFREQ_SEMI_MONTHLY:
{
gint sm_first_day;
gint first_day;
o = glade_xml_get_widget( gf->gxml, "semimonthly_first" );
first_day = gnc_option_menu_get_active( GTK_WIDGET(o) )+1;
o = glade_xml_get_widget( gf->gxml, "semimonthly_second" );