Add dictionary argument to tab_value.
authorJohn Darrington <john@darrington.wattle.id.au>
Tue, 7 Jul 2009 04:19:17 +0000 (12:19 +0800)
committerJohn Darrington <john@darrington.wattle.id.au>
Tue, 7 Jul 2009 04:19:17 +0000 (12:19 +0800)
In order to properly display values, tab_value needs
to know the dictionary from whence the value comes.
This is necessary so that string values can be properly
decoded.

This change adds this argument to tab_value and updates
all callers.


No differences found