Fix GtkCritical in recode dialog.
authorJohn Darrington <john@darrington.wattle.id.au>
Wed, 14 Mar 2012 18:42:49 +0000 (19:42 +0100)
committerJohn Darrington <john@darrington.wattle.id.au>
Wed, 14 Mar 2012 18:42:49 +0000 (19:42 +0100)
commitabf0b37af5e18c165c6673bcd7455dfff0b44bea
treea586170ea83c0e59cc0a8362ec02effeb7bb7319
parent1d1e52680c2b57b5ccad633fb1d5e92107fbaf81
Fix GtkCritical in recode dialog.

Commit 2b4fb7e846d62f1a70656bb42a0f769363ed0832 changed the internals of PsppireVarView.
Unfortunately recode-dialog.c was directly accessing the implementation instead of
using the interface.  This change fixes that.

Reported-by: kai hansen <kaiowesen@gmail.com>
src/ui/gui/psppire-var-view.h
src/ui/gui/recode-dialog.c