Fix Reset dialog button being disabled after changing focus
commit10779611fee2a3b17602a425717258026c2f1b18
authorRobin Stocker <robin@nibor.org>
Mon, 3 Jun 2013 09:15:42 +0000 (3 11:15 +0200)
committerMatthias Sohn <matthias.sohn@sap.com>
Mon, 3 Jun 2013 22:56:41 +0000 (4 00:56 +0200)
tree5e30e86b2f80855c9b60c5bf84c326838e385b59
parentd6cf52411377a039fc2906378711091a26e932cb
Fix Reset dialog button being disabled after changing focus

How to reproduce:

1. Team > Reset...
2. Select a branch
3. Click into the expression text field

-> Reset button is disabled, but should be enabled. Can also be
reproduced by entering an expression, focusing a different window
(Alt-Tab) and then focusing the reset dialog again.

Change-Id: Idac107d2f61cebc956bdab14ec7c3392f4d97199
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/dialogs/ResetTargetSelectionDialog.java