git-gui: Bug fix for bad variable reference in display_file.
commite4ee9af4946557370cfe18efdfa46c265a10639f
authorShawn O. Pearce <spearce@spearce.org>
Wed, 8 Nov 2006 03:09:55 +0000 (7 22:09 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Wed, 8 Nov 2006 04:48:23 +0000 (7 23:48 -0500)
treec80710a41585939de234fbd78c8774566b3befb5
parentbfe4c924da3853956d1b476afaa5f04429695223
git-gui: Bug fix for bad variable reference in display_file.

When a file jumps between the file lists due to its state changing we
crashed thanks to a stale variable reference within the procedure as we
tried to setup the new icon.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
git-gui