git-gui: Cleanup blame::new widget initialization
commitd89a494fcae246b696a2fe234ccf166669a3a45e
authorShawn O. Pearce <spearce@spearce.org>
Fri, 1 Jun 2007 04:05:49 +0000 (1 00:05 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Wed, 6 Jun 2007 05:26:43 +0000 (6 01:26 -0400)
treea543dbca428725444a79d4d4e2d9e7f2abd77987
parenta46fe1c1c0007fbbe0c196e7cc0db89567a8eae0
git-gui: Cleanup blame::new widget initialization

A lot of this code was pre-class, which meant that I just sort of
copied and pasted my way through it, rather than being really smart
and using a variable for each widget's path name.  Since we have a
field for each path, we can use those throughout the constructor
and make things a lot neater.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
lib/blame.tcl