mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-08-06 03:07:03 -05:00
Update the window title after a new main window has been created, #436479.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16069 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -1999,6 +1999,7 @@ gnc_main_window_new (void)
|
||||
}
|
||||
}
|
||||
active_windows = g_list_append (active_windows, window);
|
||||
gnc_main_window_update_title(window);
|
||||
gnc_main_window_update_all_menu_items();
|
||||
return window;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user