git: Fix the Remotes pane selection handling
commit043f5e53447c316e29d6abf5104c85ae54d29d77
authorJames Liggett <jrliggett@cox.net>
Sat, 3 Jul 2010 22:48:08 +0000 (3 15:48 -0700)
committerJames Liggett <jrliggett@cox.net>
Sat, 3 Jul 2010 22:48:08 +0000 (3 15:48 -0700)
tree6a5a38db807cb28d92bc7b0ee3d6f35e17a14d1a
parent700b3d9277da0367938e8e07cb1f4b1493c7054d
git: Fix the Remotes pane selection handling

There were two issues here:
1. The prototype for the selection function had an extra paramenter in it.
2. The selected remote wasn't being returned properly. Instead of having the
    selected remote getter method get it from the model, we now have the select
    function retrieve it and store it in the Remote pane's private structure.
plugins/git/git-remotes-pane.c