diff options
Diffstat (limited to 'modules/other/gail/gailtreeview.h')
-rw-r--r-- | modules/other/gail/gailtreeview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/other/gail/gailtreeview.h b/modules/other/gail/gailtreeview.h index 6f153318e7..655b876a76 100644 --- a/modules/other/gail/gailtreeview.h +++ b/modules/other/gail/gailtreeview.h @@ -54,6 +54,7 @@ struct _GailTreeView GtkAdjustment *old_vadj; guint idle_expand_id; guint idle_garbage_collect_id; + guint idle_cursor_changed_id; GtkTreePath *idle_expand_path; gboolean garbage_collection_pending; }; |