[Gnucash-changes] r13836 - gnucash/trunk/src/gnome - Default the budget page's show_hidden flag to FALSE. Closes #339413.

Chris Shoemaker chris at cvs.gnucash.org
Sun Apr 23 20:58:43 EDT 2006


Author: chris
Date: 2006-04-23 20:58:43 -0400 (Sun, 23 Apr 2006)
New Revision: 13836
Trac: http://svn.gnucash.org/trac/changeset/13836

Modified:
   gnucash/trunk/src/gnome/gnc-plugin-page-budget.c
Log:
  Default the budget page's show_hidden flag to FALSE.  Closes #339413.


Modified: gnucash/trunk/src/gnome/gnc-plugin-page-budget.c
===================================================================
--- gnucash/trunk/src/gnome/gnc-plugin-page-budget.c	2006-04-24 00:12:18 UTC (rev 13835)
+++ gnucash/trunk/src/gnome/gnc-plugin-page-budget.c	2006-04-24 00:58:43 UTC (rev 13836)
@@ -294,7 +294,7 @@
 
     /* Visisble types */
     priv->fd.visible_types = -1; /* Start with all types */
-    priv->fd.show_hidden = TRUE;
+    priv->fd.show_hidden = FALSE;
     priv->fd.show_zero_total = TRUE;
 
     priv->sigFigs = 1;



More information about the gnucash-changes mailing list