two more pastos
* e-table-group.c (e_table_group_key_press): * e-table.c (group_key_press): two more pastos svn path=/trunk/; revision=3370
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
2000-06-01 Dan Winship <danw@helixcode.com>
|
||||
|
||||
* e-table-group.c (e_table_group_key_press):
|
||||
* e-table.c (group_key_press): two more pastos
|
||||
|
||||
2000-06-01 Christopher James Lahey <clahey@helixcode.com>
|
||||
|
||||
* e-table.c: Copy and paste error.
|
||||
|
||||
@ -281,7 +281,7 @@ e_table_group_key_press (ETableGroup *e_table_group, gint row, gint col, GdkEven
|
||||
g_return_val_if_fail (E_IS_TABLE_GROUP (e_table_group), 0);
|
||||
|
||||
gtk_signal_emit (GTK_OBJECT (e_table_group),
|
||||
etg_signals [DOUBLE_CLICK],
|
||||
etg_signals [KEY_PRESS],
|
||||
row, col, event, &return_val);
|
||||
|
||||
return return_val;
|
||||
|
||||
@ -212,7 +212,7 @@ group_key_press (ETableGroup *etg, int row, int col, GdkEvent *event, ETable *et
|
||||
{
|
||||
int return_val;
|
||||
gtk_signal_emit (GTK_OBJECT (et),
|
||||
et_signals [DOUBLE_CLICK],
|
||||
et_signals [KEY_PRESS],
|
||||
row, col, event, &return_val);
|
||||
return return_val;
|
||||
}
|
||||
|
||||
@ -281,7 +281,7 @@ e_table_group_key_press (ETableGroup *e_table_group, gint row, gint col, GdkEven
|
||||
g_return_val_if_fail (E_IS_TABLE_GROUP (e_table_group), 0);
|
||||
|
||||
gtk_signal_emit (GTK_OBJECT (e_table_group),
|
||||
etg_signals [DOUBLE_CLICK],
|
||||
etg_signals [KEY_PRESS],
|
||||
row, col, event, &return_val);
|
||||
|
||||
return return_val;
|
||||
|
||||
@ -212,7 +212,7 @@ group_key_press (ETableGroup *etg, int row, int col, GdkEvent *event, ETable *et
|
||||
{
|
||||
int return_val;
|
||||
gtk_signal_emit (GTK_OBJECT (et),
|
||||
et_signals [DOUBLE_CLICK],
|
||||
et_signals [KEY_PRESS],
|
||||
row, col, event, &return_val);
|
||||
return return_val;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user