mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Gsettings schema corrections
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23272 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -2290,7 +2290,7 @@ static void
|
||||
gnc_set_auto_decimal_places (gpointer settings, gchar *key, gpointer user_data)
|
||||
{
|
||||
auto_decimal_places =
|
||||
gnc_prefs_get_float (GNC_PREFS_GROUP_GENERAL, GNC_PREF_AUTO_DECIMAL_PLACES);
|
||||
gnc_prefs_get_int (GNC_PREFS_GROUP_GENERAL, GNC_PREF_AUTO_DECIMAL_PLACES);
|
||||
}
|
||||
|
||||
static void
|
||||
@@ -2299,7 +2299,7 @@ gnc_auto_decimal_init (void)
|
||||
auto_decimal_enabled =
|
||||
gnc_prefs_get_bool (GNC_PREFS_GROUP_GENERAL, GNC_PREF_AUTO_DECIMAL_POINT);
|
||||
auto_decimal_places =
|
||||
gnc_prefs_get_float (GNC_PREFS_GROUP_GENERAL, GNC_PREF_AUTO_DECIMAL_PLACES);
|
||||
gnc_prefs_get_int (GNC_PREFS_GROUP_GENERAL, GNC_PREF_AUTO_DECIMAL_PLACES);
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user