git: Only show the selection checkboxes in the Branches pane when needed
commit47e556fd9781553ea5edbf5ea97cf69fd6f993b6
authorJames Liggett <jrliggett@cox.net>
Sun, 22 Jan 2012 09:36:49 +0000 (22 01:36 -0800)
committerJames Liggett <jrliggett@cox.net>
Sun, 22 Jan 2012 09:38:55 +0000 (22 01:38 -0800)
tree1c7520993b5284802918f0aec2ed55738e8d4a05
parent20fee9102652341c6def7ce1f660d5552dbb32f9
git: Only show the selection checkboxes in the Branches pane when needed

Delete branches is the only command that uses those checkboxes, and having them
visible all the time created confusion about how they are supposed to be used
(see bgo #641079).

The checkboxes are now shown only after the user clicks the Delete Branches
button on the command bar. They disappear again once the Delete Branches
dialog pane is dismissed, with any selections cleared.
plugins/git/anjuta-git.ui
plugins/git/git-branches-pane.c
plugins/git/git-branches-pane.h
plugins/git/git-delete-branches-pane.c
plugins/git/plugin.c