diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-06-29 01:31:27 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-07-02 22:34:08 +0800 |
commit | 3c7a8561d4f622b5c4cc3380da97c457190ef52f (patch) | |
tree | a1d5fed4c0f9ba6c4fd93d3691428685eb6203b4 /e-util/e-table-sorting-utils.h | |
parent | 3c7dab81ccaf1c0e9f29745d287dffa51b176188 (diff) | |
download | gsoc2013-evolution-3c7a8561d4f622b5c4cc3380da97c457190ef52f.tar.gz gsoc2013-evolution-3c7a8561d4f622b5c4cc3380da97c457190ef52f.tar.zst gsoc2013-evolution-3c7a8561d4f622b5c4cc3380da97c457190ef52f.zip |
e-table-sorting-utils.c cleanups.
Diffstat (limited to 'e-util/e-table-sorting-utils.h')
-rw-r--r-- | e-util/e-table-sorting-utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/e-util/e-table-sorting-utils.h b/e-util/e-table-sorting-utils.h index 2d5ccb4363..b1132d22b8 100644 --- a/e-util/e-table-sorting-utils.h +++ b/e-util/e-table-sorting-utils.h @@ -37,7 +37,7 @@ G_BEGIN_DECLS gboolean e_table_sorting_utils_affects_sort (ETableSortInfo *sort_info, ETableHeader *full_header, - gint col); + gint compare_col); void e_table_sorting_utils_sort (ETableModel *source, ETableSortInfo *sort_info, |