mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-09-03 20:53:02 -05:00
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.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22255 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -1835,8 +1835,7 @@ gppat_filter_select_all_cb (GtkWidget *button,
|
||||
*
|
||||
* @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_default_cb (GtkWidget *button,
|
||||
gppat_filter_select_all_cb(button, fd);
|
||||
LEAVE(" ");
|
||||
}
|
||||
*/
|
||||
|
||||
/** Set the renderer's properties.
|
||||
*
|
||||
* @param column A GtkTreeColumn
|
||||
|
||||
Reference in New Issue
Block a user