crashanalysis/crashanalyser/com.nokia.s60tools.crashanalyser/src/com/nokia/s60tools/crashanalyser/ui/wizards/FilesSelectionPage.java
changeset 16 72f198be1c1d
parent 0 5ad7ad99af01
equal deleted inserted replaced
15:0367d2db2c06 16:72f198be1c1d
   386 		try {
   386 		try {
   387 			// decoder engine contains no files (shouldn't happen)
   387 			// decoder engine contains no files (shouldn't happen)
   388 			if (files == null || files.size() < 1)
   388 			if (files == null || files.size() < 1)
   389 				return false;
   389 				return false;
   390 			
   390 			
       
   391 			if (onlyCrashxmlFilesSelected())
       
   392 			{
       
   393 				// If there are just crashxml files then we do not need symbol files ->
       
   394 				// only Finish button is enabled. 
       
   395 				return false;
       
   396 			}
       
   397 			
   391 			TableItem[] items = tableFiles.getItems();
   398 			TableItem[] items = tableFiles.getItems();
   392 			// no items in table (shouldn't happen)
   399 			// no items in table (shouldn't happen)
   393 			if (items == null) {
   400 			if (items == null) {
   394 				return false;
   401 				return false;
   395 			// table contains items
   402 			// table contains items