mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Merge Simon Arlott's'open-existing-page-not-restoring' into stable.
This commit is contained in:
commit
ba7b26066e
@ -3189,8 +3189,7 @@ gnc_main_window_open_page (GncMainWindow *window,
|
|||||||
|
|
||||||
if (gnc_main_window_page_exists(page))
|
if (gnc_main_window_page_exists(page))
|
||||||
{
|
{
|
||||||
if (!gnc_main_window_is_restoring_pages (window))
|
gnc_main_window_display_page (page);
|
||||||
gnc_main_window_display_page (page);
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user