pspp-sheet-view: Edit cells on the first click by default.
authorBen Pfaff <blp@cs.stanford.edu>
Fri, 24 Jun 2011 05:16:28 +0000 (22:16 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Wed, 25 Apr 2012 05:41:41 +0000 (22:41 -0700)
commitc040ea5dd9a6c87e45b864974b27ef79a64660e7
treeeac93d5fd28b3b6fb68cfed03da7f30e3a16aff9
parentc7b09a12fae1611db7f1e7e00fa1e92c19d9fa37
pspp-sheet-view: Edit cells on the first click by default.

With GtkTreeView it takes two clicks to edit a cell.  The first click
selects the row and the second click starts editing.  This isn't a
great user experience for a spreadsheet, so this commit enables
single-click editing.
src/ui/gui/pspp-sheet-view-column.c
src/ui/gui/pspp-sheet-view-column.h
src/ui/gui/pspp-sheet-view.c