aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@ximian.com>2001-11-11 04:37:38 +0800
committerChris Lahey <clahey@src.gnome.org>2001-11-11 04:37:38 +0800
commit207ba3e3c5d9aa930777d345aa39b8c27c6fd5a2 (patch)
tree3823b7f4a46b601bd9ec4d84dc8a1a24dfe9fecb
parenta6e564469f9fc5db4faaa8af520e6685f269aa73 (diff)
downloadgsoc2013-evolution-207ba3e3c5d9aa930777d345aa39b8c27c6fd5a2.tar
gsoc2013-evolution-207ba3e3c5d9aa930777d345aa39b8c27c6fd5a2.tar.gz
gsoc2013-evolution-207ba3e3c5d9aa930777d345aa39b8c27c6fd5a2.tar.bz2
gsoc2013-evolution-207ba3e3c5d9aa930777d345aa39b8c27c6fd5a2.tar.lz
gsoc2013-evolution-207ba3e3c5d9aa930777d345aa39b8c27c6fd5a2.tar.xz
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
-rw-r--r--widgets/table/e-table-sorter.c2
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);
}