From 6d4840cae85e64b40af1a8da70fb600d3220c108 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Thu, 5 Jul 2001 10:42:36 +0000 Subject: Changed the variable names here to make it clear that these are view model 2001-07-05 Christopher James Lahey * e-table-item.c, e-table-item.h (find_cell): Changed the variable names here to make it clear that these are view model and row. (eti_event): Added click_count to make it so that if we get two clicks in different rows we don't send a double click event. (eti_event, view_to_model_row): Set row_guess in a few extra places. svn path=/trunk/; revision=10791 --- widgets/table/e-table-item.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'widgets/table/e-table-item.h') diff --git a/widgets/table/e-table-item.h b/widgets/table/e-table-item.h index ff785e0068..87394dc26d 100644 --- a/widgets/table/e-table-item.h +++ b/widgets/table/e-table-item.h @@ -30,6 +30,8 @@ typedef struct { int minimum_width, width, height; int cols, rows; + + int click_count; /* * Ids for the signals we connect to -- cgit v1.2.3