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