mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06: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:
parent
125d497ecf
commit
cc1f575c56
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user