[Gnucash-changes] r13587 - gnucash/trunk - Show newly created windows when restoring the second and subsequent

David Hampton hampton at cvs.gnucash.org
Fri Mar 10 15:07:33 EST 2006


Author: hampton
Date: 2006-03-10 15:07:32 -0500 (Fri, 10 Mar 2006)
New Revision: 13587
Trac: http://svn.gnucash.org/trac/changeset/13587

Modified:
   gnucash/trunk/ChangeLog
   gnucash/trunk/src/gnome-utils/gnc-main-window.c
Log:
Show newly created windows when restoring the second and subsequent
windows.


Modified: gnucash/trunk/ChangeLog
===================================================================
--- gnucash/trunk/ChangeLog	2006-03-10 14:58:45 UTC (rev 13586)
+++ gnucash/trunk/ChangeLog	2006-03-10 20:07:32 UTC (rev 13587)
@@ -1,3 +1,8 @@
+2006-03-10  David Hampton  <hampton at 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 at tuhh.de>
 
 	* po/*.po: Recode all po files into UTF-8 character encoding,

Modified: gnucash/trunk/src/gnome-utils/gnc-main-window.c
===================================================================
--- gnucash/trunk/src/gnome-utils/gnc-main-window.c	2006-03-10 14:58:45 UTC (rev 13586)
+++ gnucash/trunk/src/gnome-utils/gnc-main-window.c	2006-03-10 20:07:32 UTC (rev 13587)
@@ -543,6 +543,7 @@
     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);



More information about the gnucash-changes mailing list