Skip to content

Commit

Permalink
Merge Simon Arlott's'open-existing-page-not-restoring' into stable.
Browse files Browse the repository at this point in the history
  • Loading branch information
jralls committed Jun 23, 2023
2 parents e98d353 + 54d0a53 commit ba7b260
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions gnucash/gnome-utils/gnc-main-window.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3189,8 +3189,7 @@ gnc_main_window_open_page (GncMainWindow *window,

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;
}

Expand Down

0 comments on commit ba7b260

Please sign in to comment.