From: Shawn O. Pearce Date: Fri, 12 Oct 2007 05:34:36 +0000 (-0400) Subject: git-gui: Change repository browser radio buttons to hyperlinks X-Git-Tag: gitgui-0.9.0~26 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/28e86952dd0802315d79f57f666fa2c283d0fbe8?hp=28e86952dd0802315d79f57f666fa2c283d0fbe8 git-gui: Change repository browser radio buttons to hyperlinks Making a user click twice to select which action they want to perform when starting git-gui is just wasting their time. Clicking once on a radio button and then clicking again on the "Next >" button is quite unnecessary. Since the recent repository list is shown as a list of hyperlinks we now offer the 3 basic startup actions as hyperlinks. Clicking on a link will immediately jump to the next UI panel, saving the user time as they don't need to click an additional button. Signed-off-by: Shawn O. Pearce ---