diff -r 0367d2db2c06 -r 72f198be1c1d crashanalysis/crashanalyser/com.nokia.s60tools.crashanalyser/src/com/nokia/s60tools/crashanalyser/ui/wizards/FilesSelectionPage.java --- a/crashanalysis/crashanalyser/com.nokia.s60tools.crashanalyser/src/com/nokia/s60tools/crashanalyser/ui/wizards/FilesSelectionPage.java Tue Aug 24 12:16:27 2010 +0300 +++ b/crashanalysis/crashanalyser/com.nokia.s60tools.crashanalyser/src/com/nokia/s60tools/crashanalyser/ui/wizards/FilesSelectionPage.java Tue Aug 24 14:01:48 2010 +0300 @@ -388,6 +388,13 @@ if (files == null || files.size() < 1) return false; + if (onlyCrashxmlFilesSelected()) + { + // If there are just crashxml files then we do not need symbol files -> + // only Finish button is enabled. + return false; + } + TableItem[] items = tableFiles.getItems(); // no items in table (shouldn't happen) if (items == null) {