r22255 - gnucash/trunk/src/gnome-utils - Re-add function gppat_filter_select_default_cb() mistakenly removed in commit r21578. It's not used by C code, but is by the .glade file.

Phil Longstaff plongstaff at code.gnucash.org
Sun Jul 1 17:48:19 EDT 2012


Author: plongstaff
Date: 2012-07-01 17:48:19 -0400 (Sun, 01 Jul 2012)
New Revision: 22255
Trac: http://svn.gnucash.org/trac/changeset/22255

Modified:
   gnucash/trunk/src/gnome-utils/gnc-tree-view-account.c
Log:
Re-add function gppat_filter_select_default_cb() mistakenly removed in commit r21578.  It's not used by C code, but is by the .glade file.


Modified: gnucash/trunk/src/gnome-utils/gnc-tree-view-account.c
===================================================================
--- gnucash/trunk/src/gnome-utils/gnc-tree-view-account.c	2012-07-01 20:20:28 UTC (rev 22254)
+++ gnucash/trunk/src/gnome-utils/gnc-tree-view-account.c	2012-07-01 21:48:19 UTC (rev 22255)
@@ -1835,8 +1835,7 @@
  *
  *  @param button The button that was clicked.
  *
- *  @param fd A pointer to the account filter dialog struct.
- *
+ *  @param fd A pointer to the account filter dialog struct.*/
 void
 gppat_filter_select_default_cb (GtkWidget *button,
                                 AccountFilterDialog *fd)
@@ -1845,7 +1844,7 @@
     gppat_filter_select_all_cb(button, fd);
     LEAVE(" ");
 }
-*/
+
 /** Set the renderer's properties.
  *
  *  @param column A GtkTreeColumn



More information about the gnucash-changes mailing list