Clone wizard: force dir to suggested path only if repo selection change
commit9a47917785ef3079d740585be7e41be980964d62
authorMarek Zawirski <marek.zawirski@gmail.com>
Sun, 17 Aug 2008 20:44:05 +0000 (17 22:44 +0200)
committerRobin Rosenberg <robin.rosenberg@dewire.com>
Thu, 21 Aug 2008 21:32:21 +0000 (21 23:32 +0200)
tree77b90c297e6638cdde314342e385a9856fd432ab
parent2e7f24e2ad8e48032b7ed96bde47bab634832afd
Clone wizard: force dir to suggested path only if repo selection change

When user moves backward in wizard from destination page to source
branch selection, then moves forward, we shouldn't overwrite his/her
directory selection in destination page.
Let's do it only when repository selection changes.

Signed-off-by: Marek Zawirski <marek.zawirski@gmail.com>
Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com>
org.spearce.egit.ui/src/org/spearce/egit/ui/internal/clone/CloneDestinationPage.java