From 377b222ae3761bacb6739eb6d8f9c338c5647ba6 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Tue, 30 Oct 2001 19:08:10 +0000 Subject: Bumped the version number here to 0.15.99.10. 2001-10-30 Christopher James Lahey * configure.in: Bumped the version number here to 0.15.99.10. From gal/e-table/ChangeLog: 2001-10-30 Christopher James Lahey * e-table.c (e_table_commit_click_to_add): Added this new function to allow the user to specify a commit. svn path=/trunk/; revision=14473 --- widgets/table/e-table.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'widgets/table/e-table.h') diff --git a/widgets/table/e-table.h b/widgets/table/e-table.h index 8824dafd31..9900821eb7 100644 --- a/widgets/table/e-table.h +++ b/widgets/table/e-table.h @@ -327,6 +327,8 @@ void e_table_invert_selection (ETable *table) /* This function is only needed in single_selection_mode. */ void e_table_right_click_up (ETable *table); +void e_table_commit_click_to_add (ETable *table); + END_GNOME_DECLS #endif /* _E_TABLE_H_ */ -- cgit v1.2.3