From 658dcc0fc89eb79a23bf3894975b9f758f4a1e33 Mon Sep 17 00:00:00 2001 From: Li Yuan Date: Fri, 25 Feb 2005 06:48:18 +0000 Subject: Fix for 72897 and 72797. no need to output the information. add instance 2005-02-23 Li Yuan Fix for 72897 and 72797. * ea-cell-table.c: (ea_cell_table_destroy): no need to output the information. * widgets/ea-calendar-cell.c: (ea_calendar_cell_get_type): add instance init function. (ea_calendar_cell_class_init): add ref_state_set function. (ea_calendar_cell_init): instance init function. (ea_calendar_cell_new): change the cell's role to ATK_ROLE_TABLE_CELL. (ea_calendar_cell_ref_state_set): the ref_state_set function. (atk_component_interface_init), (component_interface_get_extents), (component_interface_grab_focus): implement grab focus function. * widgets/ea-calendar-cell.h: add the state_set variable. * widgets/ea-calendar-item.c: (ea_calendar_item_new): change the item's role to ATK_ROLE_CALENDAR. no need to connect "selection_preview_changed" signal here. (date_range_changed_cb): call ea_calendar_set_focus_object. (ea_calendar_set_focus_object): make the "gail-focus-object" of the item point to the focused cell. svn path=/trunk/; revision=28886 --- a11y/ea-cell-table.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'a11y/ea-cell-table.c') diff --git a/a11y/ea-cell-table.c b/a11y/ea-cell-table.c index 80f5ecbaaa..c87a63023e 100644 --- a/a11y/ea-cell-table.c +++ b/a11y/ea-cell-table.c @@ -59,8 +59,6 @@ ea_cell_table_destroy (EaCellTable * cell_data) gint index; g_return_if_fail (cell_data); - g_print ("destroy cell table (%d, %d)\n", cell_data->rows, - cell_data->columns); for (index = 0; index < cell_data->columns; ++index) if (cell_data->column_labels [index]) g_free (cell_data->column_labels [index]); -- cgit v1.2.3