[Gnucash-changes] Reports are now opened in the window where the menu was selected.

David Hampton hampton at cvs.gnucash.org
Sun Jun 5 03:28:37 EDT 2005


Log Message:
-----------
Reports are now opened in the window where the menu was
selected. Other updates for recent changes.

Tags:
----
gnucash-gnome2-dev

Modified Files:
--------------
    gnucash/src/scm:
        main.scm

Revision Data
-------------
Index: main.scm
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/src/scm/main.scm,v
retrieving revision 1.109.2.15
retrieving revision 1.109.2.16
diff -Lsrc/scm/main.scm -Lsrc/scm/main.scm -u -r1.109.2.15 -r1.109.2.16
--- src/scm/main.scm
+++ src/scm/main.scm
@@ -498,7 +498,7 @@
    (gnc:make-menu-item 
     (N_ "Welcome Sample Report")
     (N_ "Welcome-to-GnuCash report screen")
-    (list gnc:window-name-main gnc:menuname-reports gnc:menuname-utility "")
+    (list gnc:menuname-reports gnc:menuname-utility "")
     (lambda ()
       (gnc:main-window-open-report (gnc:make-welcome-report) #f))))
 


More information about the gnucash-changes mailing list