mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Finish moving preferences to an "Advanced" panel. References to these
preferences also need to be changed to reference the new panel name. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7454 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -348,7 +348,7 @@ gnc_gui_init (SCM command_line)
|
||||
gnc_configure_auto_raise();
|
||||
auto_raise_callback_id =
|
||||
gnc_register_option_change_callback(gnc_configure_auto_raise_cb,
|
||||
NULL, "Register",
|
||||
NULL, "_+Advanced",
|
||||
"Auto-Raise Lists");
|
||||
|
||||
gnc_configure_negative_color();
|
||||
@@ -712,12 +712,12 @@ gnc_configure_register_borders (void)
|
||||
gboolean use_vertical_lines;
|
||||
gboolean use_horizontal_lines;
|
||||
|
||||
use_vertical_lines = gnc_lookup_boolean_option("Register",
|
||||
use_vertical_lines = gnc_lookup_boolean_option("_+Advanced",
|
||||
"Show Vertical Borders",
|
||||
FALSE);
|
||||
|
||||
|
||||
use_horizontal_lines = gnc_lookup_boolean_option("Register",
|
||||
use_horizontal_lines = gnc_lookup_boolean_option("_+Advanced",
|
||||
"Show Horizontal Borders",
|
||||
FALSE);
|
||||
|
||||
@@ -749,7 +749,7 @@ gnc_configure_auto_raise (void)
|
||||
{
|
||||
gboolean auto_pop;
|
||||
|
||||
auto_pop = gnc_lookup_boolean_option("Register", "Auto-Raise Lists", TRUE);
|
||||
auto_pop = gnc_lookup_boolean_option("_+Advanced", "Auto-Raise Lists", TRUE);
|
||||
|
||||
gnc_combo_cell_set_autopop (auto_pop);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user