mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
ce673ac64f
commit
3121ea6489
@ -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" );
|
||||
|
Loading…
Reference in New Issue
Block a user