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)
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>
No differences found