r16069 - gnucash/trunk/src/gnome-utils - Update the window title after a new main window has been created, #436479.

Andreas Köhler andi5 at cvs.gnucash.org
Tue May 8 18:07:51 EDT 2007


Author: andi5
Date: 2007-05-08 18:07:48 -0400 (Tue, 08 May 2007)
New Revision: 16069
Trac: http://svn.gnucash.org/trac/changeset/16069

Modified:
   gnucash/trunk/src/gnome-utils/gnc-main-window.c
Log:
Update the window title after a new main window has been created, #436479.


Modified: gnucash/trunk/src/gnome-utils/gnc-main-window.c
===================================================================
--- gnucash/trunk/src/gnome-utils/gnc-main-window.c	2007-05-08 21:06:16 UTC (rev 16068)
+++ gnucash/trunk/src/gnome-utils/gnc-main-window.c	2007-05-08 22:07:48 UTC (rev 16069)
@@ -1999,6 +1999,7 @@
         }
     }
     active_windows = g_list_append (active_windows, window);
+    gnc_main_window_update_title(window);
     gnc_main_window_update_all_menu_items();
     return window;
 }



More information about the gnucash-changes mailing list