Here is a fix for the display bug people were reporting earlier.  I am
not sure how this code got removed but I am fairly sure it worked a week
or so ago.

This is just a diff of the exact file I changed.  makepatch is crying at
me again... bleh.

- Jeremy

*** gnucash/src/gnome/window-main.c     Sun Aug  1 15:12:32 1999
--- working/src/gnome/window-main.c     Tue Aug  3 01:30:28 1999
***************
*** 533,545 ****
--- 533,550 ----
  {
    GtkCTree     *ctree;
    GtkCTreeNode *parent;
+   AccountGroup *accts;
    
    parent = gtk_object_get_data(GTK_OBJECT(app), "ctree_parent");
    ctree  = gtk_object_get_data(GTK_OBJECT(app), "ctree");
  
+   accts = gncGetCurrentGroup();
+ 
    gtk_clist_freeze(GTK_CLIST(ctree));
     
    gtk_ctree_pre_recursive(ctree, parent,
(GtkCTreeFunc)tree_set_row_text, NULL);
+ 
+   gnc_ui_acct_ctree_fill(ctree, parent, accts);
  
    gtk_clist_thaw(GTK_CLIST(ctree));
    gtk_clist_columns_autosize(GTK_CLIST(ctree));
----- %< -------------------------------------------- >% ------
The GnuCash / X-Accountant Mailing List
To unsubscribe, send mail to [EMAIL PROTECTED] and
put "unsubscribe gnucash-devel [EMAIL PROTECTED]" in the body

Reply via email to