Fix bug inserting rows and columns and rename state variable.
authorJohn Darrington <john@darrington.wattle.id.au>
Sat, 16 May 2009 03:38:11 +0000 (11:38 +0800)
committerJohn Darrington <john@darrington.wattle.id.au>
Sat, 16 May 2009 03:38:11 +0000 (11:38 +0800)
commita593ca17b5144a4c6e34440ff8ac3a4ba9b70796
tree87cd99b5245f3a4c3d67702a411e0f8151de473b
parent635a88e82d0fd7fad47d00fb4dcfe3f7829dff02
Fix bug inserting rows and columns and rename state variable.

The code in psppire-data-editor was inspecting the variable
called "state" on the GtkWidget class whereas it should have
been looking at the PsppireSheet class.

To avoid any future confusion, PsppireSheet's "state" variable
has been renamed to select_status.
lib/gtk-contrib/psppire-sheet.c
lib/gtk-contrib/psppire-sheet.h
src/ui/gui/psppire-data-editor.c