The double_click signal on the table item now emits the model row instead
2001-05-22 Christopher James Lahey <clahey@ximian.com> * e-table-group-leaf.c (etgl_double_click): The double_click signal on the table item now emits the model row instead of the view row so don't do the view to model conversion here. svn path=/trunk/; revision=9924
This commit is contained in:
committed by
Chris Lahey
parent
d8e1a022df
commit
bc885bb22e
@ -121,8 +121,7 @@ etgl_cursor_activated (GtkObject *object, gint row, ETableGroupLeaf *etgl)
|
||||
static void
|
||||
etgl_double_click (GtkObject *object, gint row, gint col, GdkEvent *event, ETableGroupLeaf *etgl)
|
||||
{
|
||||
if (row < E_TABLE_SUBSET(etgl->ets)->n_map)
|
||||
e_table_group_double_click (E_TABLE_GROUP(etgl), E_TABLE_SUBSET(etgl->ets)->map_table[row], col, event);
|
||||
e_table_group_double_click (E_TABLE_GROUP(etgl), row, col, event);
|
||||
}
|
||||
|
||||
static gint
|
||||
|
||||
Reference in New Issue
Block a user