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:
Andreas Köhler 2007-05-08 22:07:48 +00:00
parent 125d497ecf
commit cc1f575c56

View File

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