git-gui: Fix bind errors when switching repository chooser panels
authorShawn O. Pearce <spearce@spearce.org>
Fri, 12 Oct 2007 15:15:02 +0000 (11:15 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Sat, 13 Oct 2007 03:05:59 +0000 (23:05 -0400)
We need to remove any variable traces we may have installed
when the panel is destroyed as the trace may attempt to use
a widget that no longer exists on this panel.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
No differences found