Show newly created windows when restoring the second and subsequent

windows.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13587 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
David Hampton 2006-03-10 20:07:32 +00:00
parent d53ba8d54b
commit e5c36757bb
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2006-03-10 David Hampton <hampton@employees.org>
* src/gnome-utils/gnc-main-window.c: Show newly created windows
when restoring the second and subsequent windows.
2006-03-10 Christian Stimming <stimming@tuhh.de>
* po/*.po: Recode all po files into UTF-8 character encoding,

View File

@ -543,6 +543,7 @@ gnc_main_window_restore_window (GncMainWindow *window, GncMainWindowSaveData *da
if (active_windows)
DEBUG("first window %p.", active_windows->data);
window = gnc_main_window_new();
gtk_widget_show(GTK_WIDGET(window));
}
priv = GNC_MAIN_WINDOW_GET_PRIVATE(window);