diff options
-rw-r--r-- | widgets/table/e-cell-text.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/table/e-cell-text.c b/widgets/table/e-cell-text.c index 153501fa63..e007bf6f5e 100644 --- a/widgets/table/e-cell-text.c +++ b/widgets/table/e-cell-text.c @@ -1805,10 +1805,10 @@ _get_position_from_xy (CurrentCell *cell, gint x, gint y) static gboolean _blink_scroll_timeout (gpointer data) { - CurrentCell *cell = CURRENT_CELL(data); ECellTextView *text_view = (ECellTextView *) data; ECellText *ect = E_CELL_TEXT (((ECellView *)text_view)->ecell); CellEdit *edit = text_view->edit; + CurrentCell *cell = CURRENT_CELL(edit); ECellTextLineBreaks *linebreaks = cell->breaks; gulong current_time; |