Code

git-gui: Don't quit when we destroy a child widget
authorShawn O. Pearce <spearce@spearce.org>
Fri, 1 Jun 2007 22:20:30 +0000 (18:20 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Sat, 2 Jun 2007 03:12:56 +0000 (23:12 -0400)
commit160e82284eda034fea84dcc946f9c1965176f25f
tree76ea952fa47e5ce72190dbae414969dfaf65cda8
parentc289f6fa1f8642a5caf728ef8ff87afd5718cd99
git-gui: Don't quit when we destroy a child widget

Its wrong to exit the application if we destroy a random widget
contained withing something else; especially if its some small
trivial thing that has no impact on the overall operation.

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