git-gui: Only permit selection in one list at a time.
commit833eda736ad1ec99c30b2c4d7a565ccc406c97a0
authorShawn O. Pearce <spearce@spearce.org>
Sun, 21 Jan 2007 04:46:53 +0000 (20 23:46 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Sun, 21 Jan 2007 07:54:24 +0000 (21 02:54 -0500)
tree098385d23f75231b3da77b232d6537d244b41425
parent31a8d1968ed12c0b98c1c34d789a66f54ecbbc13
git-gui: Only permit selection in one list at a time.

Now that our lists represent more defined states it no longer makes any
sense to permit a user to make selections from both lists at once, as
the each available operation acts only on files whose status corresponds
to only one of the lists.

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