Add "dictionary" property to PsppireVarStore and use it.
authorJohn Darrington <john@darrington.wattle.id.au>
Sat, 25 Jul 2009 08:53:05 +0000 (10:53 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Sat, 25 Jul 2009 08:53:05 +0000 (10:53 +0200)
Instead of abusing the encapsulation of PsppireVarStore,
by accessing the internal dictionary member directly, add
a "dictionary" property.   This should also take care of the
reference counting of the dict, which wasn't working properly.


No differences found