mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-07-29 15:53:45 -05: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:
@@ -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" );
|
||||
|
||||
Reference in New Issue
Block a user