Do not eagerly schedule refresh of the 'Repositories' view
commit51b7b4939c2032495438d4827805c2f6453adbe7
authorRemy Suen <remysuen@ca.ibm.com>
Sat, 17 Apr 2010 00:39:55 +0000 (16 20:39 -0400)
committerRemy Suen <remysuen@ca.ibm.com>
Sat, 17 Apr 2010 00:39:55 +0000 (16 20:39 -0400)
treeee12634f23919d8129f3e900020b4ca792085f3e
parent1787ca23b9ff80a66e86d22fbc302726057001f5
Do not eagerly schedule refresh of the 'Repositories' view

The view was originally refreshing its contents even when the
user did not actually perform any action in the wizard. The code
now checks to ensure that the user actually confirmed the
operation before scheduling a refresh.

Change-Id: I60ab4e39b050d193c923e7b3e5ba3eb3c7904c2a
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/repository/RepositoriesView.java