PsppireDictView: Change "dictionary" property to "model".
authorJohn Darrington <john@darrington.wattle.id.au>
Mon, 16 Nov 2009 18:29:25 +0000 (19:29 +0100)
committerJohn Darrington <john@darrington.wattle.id.au>
Mon, 16 Nov 2009 18:29:25 +0000 (19:29 +0100)
Previously, PsppireDictView, which derives from GtkTreeView,
had a property "dictionary", and a trap on the GtkTreeView's
"model" property.  This change removes the trap and changes the
"dictionary" property to an override of the "model" property.


No differences found