crashanalysis/crashanalyser/com.nokia.s60tools.crashanalyser/src/com/nokia/s60tools/crashanalyser/ui/wizards/FilesSelectionPage.java
changeset 16 72f198be1c1d
parent 0 5ad7ad99af01
--- 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) {