From 09244eaf9e81a880ec7f9748805e6edce7f6516b Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Sat, 9 Dec 2000 23:27:45 +0000 Subject: cell should be edit cast to a CurrentCell, not data cast to a CurrentCell. 2000-12-09 Christopher James Lahey * e-cell-text.c (_blink_scroll_timeout): cell should be edit cast to a CurrentCell, not data cast to a CurrentCell. Fixed this. svn path=/trunk/; revision=6890 --- widgets/table/e-cell-text.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'widgets/table') 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; -- cgit v1.2.3