diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2001-02-06 05:16:13 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-02-06 05:16:13 +0800 |
commit | 707cce7733ad5bd9fda46ed3b48259df4e2d73f0 (patch) | |
tree | 07aa6939683351d1633da650fb1f9b4580842641 /widgets/table/e-table-sort-info.h | |
parent | f5ab7142647eaee7b701bc49bc8ce1ba0f3455fb (diff) | |
download | gsoc2013-evolution-707cce7733ad5bd9fda46ed3b48259df4e2d73f0.tar.gz gsoc2013-evolution-707cce7733ad5bd9fda46ed3b48259df4e2d73f0.tar.zst gsoc2013-evolution-707cce7733ad5bd9fda46ed3b48259df4e2d73f0.zip |
Added a "changed" signal.
2001-02-05 Christopher James Lahey <clahey@helixcode.com>
* e-table-config.c, e-table-config.h (dialog_apply): Added a
"changed" signal.
* e-table-sort-info.c, e-table-sort-info.h
(e_table_sort_info_duplicate): Added this function.
* e-table.c (e_table_set_state_object): Duplicate the state's
sort_info object here.
svn path=/trunk/; revision=7985
Diffstat (limited to 'widgets/table/e-table-sort-info.h')
-rw-r--r-- | widgets/table/e-table-sort-info.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/widgets/table/e-table-sort-info.h b/widgets/table/e-table-sort-info.h index 71822337b7..c79eb019b3 100644 --- a/widgets/table/e-table-sort-info.h +++ b/widgets/table/e-table-sort-info.h @@ -70,5 +70,6 @@ void e_table_sort_info_load_from_node (ETableSortInfo *info, gdouble state_version); xmlNode *e_table_sort_info_save_to_node (ETableSortInfo *info, xmlNode *parent); +ETableSortInfo *e_table_sort_info_duplicate (ETableSortInfo *info); #endif /* _E_TABLE_SORT_INFO_H_ */ |