From ceb9cedfc48b4537e5e84e9bc80f26c06ba943c1 Mon Sep 17 00:00:00 2001 From: Andrew Wu Date: Mon, 8 Dec 2003 05:52:32 +0000 Subject: Fixed #50844 2003-12-08 Andrew Wu Fixed #50844 * gal/a11y/e-table/gal-a11y-e-cell-popup.c: * gal/a11y/e-table/gal-a11y-e-cell-popup.h: a11y impl. for e-cell-popup. svn path=/trunk/; revision=23670 --- widgets/table/e-cell-popup.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'widgets/table/e-cell-popup.c') diff --git a/widgets/table/e-cell-popup.c b/widgets/table/e-cell-popup.c index 3c5eccbee3..010f4263a7 100644 --- a/widgets/table/e-cell-popup.c +++ b/widgets/table/e-cell-popup.c @@ -33,7 +33,7 @@ #include "gal/util/e-util.h" #include "e-table-item.h" #include "e-cell-popup.h" - +#include "gal/a11y/e-table/gal-a11y-e-cell-popup.h" #define E_CELL_POPUP_ARROW_WIDTH 16 #define E_CELL_POPUP_ARROW_XPAD 3 @@ -140,6 +140,9 @@ e_cell_popup_class_init (GtkObjectClass *object_class) ecc->get_bg_color = ecp_get_bg_color; parent_class = g_type_class_ref (E_CELL_TYPE); + gal_a11y_e_cell_registry_add_cell_type (NULL, + E_CELL_POPUP_TYPE, + gal_a11y_e_cell_popup_new); } -- cgit