From: John Darrington Date: Thu, 14 May 2009 08:19:09 +0000 (+0800) Subject: Remove gratuitous call to change_active_cell. X-Git-Tag: v0.7.3~123 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp-builds.git;a=commitdiff_plain;h=6f80e6dd165c71126637462e05098d03965b6d40 Remove gratuitous call to change_active_cell. This caused data from the previous cell to be transfered to the new cell. Fixes bug #26568 --- diff --git a/lib/gtk-contrib/psppire-sheet.c b/lib/gtk-contrib/psppire-sheet.c index f68ccad3..4baa27dd 100644 --- a/lib/gtk-contrib/psppire-sheet.c +++ b/lib/gtk-contrib/psppire-sheet.c @@ -3181,9 +3181,6 @@ psppire_sheet_unselect_range (PsppireSheet *sheet) psppire_sheet_real_unselect_range (sheet, NULL); sheet->state = GTK_STATE_NORMAL; - - change_active_cell (sheet, - sheet->active_cell.row, sheet->active_cell.col); }