diff options
author | Christopher James Lahey <clahey@ximian.com> | 2001-11-11 04:37:38 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-11-11 04:37:38 +0800 |
commit | 207ba3e3c5d9aa930777d345aa39b8c27c6fd5a2 (patch) | |
tree | 3823b7f4a46b601bd9ec4d84dc8a1a24dfe9fecb /widgets | |
parent | a6e564469f9fc5db4faaa8af520e6685f269aa73 (diff) | |
download | gsoc2013-evolution-207ba3e3c5d9aa930777d345aa39b8c27c6fd5a2.tar.gz gsoc2013-evolution-207ba3e3c5d9aa930777d345aa39b8c27c6fd5a2.tar.zst gsoc2013-evolution-207ba3e3c5d9aa930777d345aa39b8c27c6fd5a2.zip |
Make a printout here be conditionally compiled (and compiled out by
2001-11-08 Christopher James Lahey <clahey@ximian.com>
* e-table-sorter.c (ets_sort_info_changed): Make a printout here
be conditionally compiled (and compiled out by default.)
svn path=/trunk/; revision=14660
Diffstat (limited to 'widgets')
-rw-r--r-- | widgets/table/e-table-sorter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/table/e-table-sorter.c b/widgets/table/e-table-sorter.c index ac45405eb8..879234b742 100644 --- a/widgets/table/e-table-sorter.c +++ b/widgets/table/e-table-sorter.c @@ -205,7 +205,7 @@ ets_model_cell_changed (ETableModel *etm, int col, int row, ETableSorter *ets) static void ets_sort_info_changed (ETableSortInfo *info, ETableSorter *ets) { - printf ("sort info changed\n"); + d(g_print ("sort info changed\n")); ets_clean(ets); } |