From bc9697c7d284b17fb2372068e738cdc5ba671667 Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Tue, 18 Mar 2003 20:49:31 +0000 Subject: add cursor_idle_id. 2003-03-18 Chris Toshok * e-table-item.h (ETableItem): add cursor_idle_id. * e-table-item.c (eti_idle_maybe_show_cursor): save off the cursor_idle_id. (eti_idle_show_cursor_cb): reset the cursor_idle_id to 0. (eti_dispose): remove the cursor_idle_id. Fixes a crash in the evolution select-names dialog. svn path=/trunk/; revision=20346 --- widgets/table/e-table-item.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'widgets') diff --git a/widgets/table/e-table-item.h b/widgets/table/e-table-item.h index 2c4a362278..ef22cd9ab7 100644 --- a/widgets/table/e-table-item.h +++ b/widgets/table/e-table-item.h @@ -75,6 +75,8 @@ typedef struct { int cursor_change_id; int cursor_activated_id; + guint cursor_idle_id; + /* View row, -1 means unknown */ int old_cursor_row; -- cgit