mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Change gsettings upgrade test so old_maj_min is < 207
With the original value of 208, the use-gnucash-color-theme kept on being reset to what ever the use-theme-colors was, by default false.
This commit is contained in:
parent
22921c9f29
commit
b2ed250db1
@ -837,8 +837,8 @@ void gnc_gsettings_version_upgrade (void)
|
||||
if (!gnc_gsettings_get_bool (GNC_PREFS_GROUP_GENERAL, GNC_PREF_MIGRATE_PREFS_DONE))
|
||||
gnc_gsettings_migrate_from_gconf ();
|
||||
|
||||
/* Convert settings to 2.8 compatibility level */
|
||||
if (old_maj_min < 208)
|
||||
/* Convert settings to 3.0 compatibility level */
|
||||
if (old_maj_min < 207)
|
||||
{
|
||||
/* 'use-theme-colors' has been replaced with 'use-gnucash-color-theme'
|
||||
* which inverts the meaning of the setting */
|
||||
|
Loading…
Reference in New Issue
Block a user