Fix RepositorySearchDialog when browsing different directories
commit69874e5c096f32648e76a53624286abafeb80bcd
authorMatthias Sohn <matthias.sohn@sap.com>
Wed, 5 Nov 2014 23:56:39 +0000 (6 00:56 +0100)
committerStefan Lay <stefan.lay@sap.com>
Fri, 14 Nov 2014 08:28:56 +0000 (14 03:28 -0500)
tree50ecf9a78dee762294734250b666d37727537df3
parent94ab825560bec672b952e5bd8909af2781f92563
Fix RepositorySearchDialog when browsing different directories

When clicking "Browse" multiple times for different directories
containing repositories the RepositorySearchDialog only displayed the
repositories selected in the last browse step but also added
repositories selected in earlier browse steps. This is surprising as the
latter weren't displayed before finishing the wizard.

Bug: 450213
Change-Id: I6081f933000b6f92c73ac7817d625b0472ca1f2f
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/repository/RepositorySearchDialog.java