| author | xwu | 2012-09-26 04:20:49 (EDT) |
|---|---|---|
| committer | lzhu | 2012-09-26 04:20:49 (EDT) |
| commit | 15304ce77978e2be676c30ffd958ce0b18302cdc (patch) (side-by-side diff) | |
| tree | 14924a1947aaab5fd4edf1dcab2b09c00905b7fe | |
| parent | 07081e7b6bc0551e24f790b575db6059d7dfa108 (diff) | |
| download | org.eclipse.datatools.enablement.oda-15304ce77978e2be676c30ffd958ce0b18302cdc.zip org.eclipse.datatools.enablement.oda-15304ce77978e2be676c30ffd958ce0b18302cdc.tar.gz org.eclipse.datatools.enablement.oda-15304ce77978e2be676c30ffd958ce0b18302cdc.tar.bz2 | |
CheckIn: Fix an issue The arrow in select column for flatfile dataset isv201209261620
disabled after change file filter.[53606].
| -rw-r--r-- | plugins/org.eclipse.datatools.connectivity.oda.flatfile.ui/src/org/eclipse/datatools/connectivity/oda/flatfile/ui/wizards/FileSelectionWizardPage.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/org.eclipse.datatools.connectivity.oda.flatfile.ui/src/org/eclipse/datatools/connectivity/oda/flatfile/ui/wizards/FileSelectionWizardPage.java b/plugins/org.eclipse.datatools.connectivity.oda.flatfile.ui/src/org/eclipse/datatools/connectivity/oda/flatfile/ui/wizards/FileSelectionWizardPage.java index bfc7c09..cf2fb95 100644 --- a/plugins/org.eclipse.datatools.connectivity.oda.flatfile.ui/src/org/eclipse/datatools/connectivity/oda/flatfile/ui/wizards/FileSelectionWizardPage.java +++ b/plugins/org.eclipse.datatools.connectivity.oda.flatfile.ui/src/org/eclipse/datatools/connectivity/oda/flatfile/ui/wizards/FileSelectionWizardPage.java @@ -1130,6 +1130,7 @@ public class FileSelectionWizardPage extends DataSetWizardPage else { updateFileSelection( ); + updateButtons( ); } } } |

