diff options
author | Christopher James Lahey <clahey@ximian.com> | 2001-03-30 16:52:04 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-03-30 16:52:04 +0800 |
commit | 0e347fdbe179247d7e641af57bb6046477fe5449 (patch) | |
tree | e424cb5bb32a85e6bde18d93bd571ec194c63c69 /widgets/table/e-table.c | |
parent | e0ba87c430049a2f18464abcdf091af4a5010957 (diff) | |
download | gsoc2013-evolution-0e347fdbe179247d7e641af57bb6046477fe5449.tar gsoc2013-evolution-0e347fdbe179247d7e641af57bb6046477fe5449.tar.gz gsoc2013-evolution-0e347fdbe179247d7e641af57bb6046477fe5449.tar.bz2 gsoc2013-evolution-0e347fdbe179247d7e641af57bb6046477fe5449.tar.lz gsoc2013-evolution-0e347fdbe179247d7e641af57bb6046477fe5449.tar.xz gsoc2013-evolution-0e347fdbe179247d7e641af57bb6046477fe5449.tar.zst gsoc2013-evolution-0e347fdbe179247d7e641af57bb6046477fe5449.zip |
Changed the signal "table_selection_model" to just be "selection_model"
2001-03-30 Christopher James Lahey <clahey@ximian.com>
* e-table-group-container.c, e-table-group-container.h,
e-table-group-leaf.c, e-table-group-leaf.h, e-table-item.c,
e-table-item.h, e-table.c, e-tree.c: Changed the signal
"table_selection_model" to just be "selection_model" everywhere
and made it be ESelectionModels instead of ETableSelectionModels
for generality.
* e-table-item.c (eti_event): Make right arrow and left arrow
accessible as events that can be caught.
* e-tree-sorted.c, e-tree-sorted.h (e_tree_sorted_orig_position):
Added this function.
svn path=/trunk/; revision=9041
Diffstat (limited to 'widgets/table/e-table.c')
-rw-r--r-- | widgets/table/e-table.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/table/e-table.c b/widgets/table/e-table.c index a61ec0fea9..2dcd6e7c25 100644 --- a/widgets/table/e-table.c +++ b/widgets/table/e-table.c @@ -590,7 +590,7 @@ et_build_groups (ETable *et) "drawfocus", et->draw_focus, "cursor_mode", et->cursor_mode, "length_threshold", et->length_threshold, - "table_selection_model", et->selection, + "selection_model", et->selection, NULL); gtk_signal_connect (GTK_OBJECT (et->group), "cursor_change", |