aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2003-03-19 04:49:31 +0800
committerChris Toshok <toshok@src.gnome.org>2003-03-19 04:49:31 +0800
commitbc9697c7d284b17fb2372068e738cdc5ba671667 (patch)
tree5a52ff4512c21cbc1ca4069100600c741836af02
parent8c2719b4b57b866bb483501a84c8c982c3e8ad42 (diff)
downloadgsoc2013-evolution-bc9697c7d284b17fb2372068e738cdc5ba671667.tar
gsoc2013-evolution-bc9697c7d284b17fb2372068e738cdc5ba671667.tar.gz
gsoc2013-evolution-bc9697c7d284b17fb2372068e738cdc5ba671667.tar.bz2
gsoc2013-evolution-bc9697c7d284b17fb2372068e738cdc5ba671667.tar.lz
gsoc2013-evolution-bc9697c7d284b17fb2372068e738cdc5ba671667.tar.xz
gsoc2013-evolution-bc9697c7d284b17fb2372068e738cdc5ba671667.tar.zst
gsoc2013-evolution-bc9697c7d284b17fb2372068e738cdc5ba671667.zip
add cursor_idle_id.
2003-03-18 Chris Toshok <toshok@ximian.com> * 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
-rw-r--r--widgets/table/e-table-item.h2
1 files changed, 2 insertions, 0 deletions
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;