mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Remove debugging statement.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12265 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
03e9431406
commit
ce70491714
@ -85,7 +85,6 @@ gnc_item_list_append (GncItemList *item_list, char *string)
|
||||
void
|
||||
gnc_item_list_set_sort_enabled(GncItemList *item_list, gboolean enabled)
|
||||
{
|
||||
printf("%s: item_list %p, sort enabled %d\n", __FUNCTION__, item_list, enabled);
|
||||
if (enabled) {
|
||||
gtk_tree_sortable_set_sort_column_id
|
||||
(GTK_TREE_SORTABLE (item_list->list_store),
|
||||
|
Loading…
Reference in New Issue
Block a user