From fe8e4870486f14d0822f16e483ed54c7440bbef5 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Wed, 8 Aug 2001 07:49:24 +0000 Subject: Check for row >= 0 here. (etgl_destroy): Disconnect from all the signals 2001-08-08 Christopher James Lahey * e-table-group-leaf.c, e-table-group-leaf.h (etgl_key_press): Check for row >= 0 here. (etgl_destroy): Disconnect from all the signals we connect to on our ETableItem here. svn path=/trunk/; revision=11766 --- widgets/table/e-table-group-leaf.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'widgets/table/e-table-group-leaf.h') diff --git a/widgets/table/e-table-group-leaf.h b/widgets/table/e-table-group-leaf.h index de6a63013b..d6c0406a60 100644 --- a/widgets/table/e-table-group-leaf.h +++ b/widgets/table/e-table-group-leaf.h @@ -38,6 +38,13 @@ typedef struct { guint draw_focus : 1; ECursorMode cursor_mode; + int etgl_cursor_change_id; + int etgl_cursor_activated_id; + int etgl_double_click_id; + int etgl_right_click_id; + int etgl_click_id; + int etgl_key_press_id; + ESelectionModel *selection_model; } ETableGroupLeaf; -- cgit