imakerplugin/com.nokia.s60tools.imaker/src/com/nokia/s60tools/imaker/internal/model/Environment.java
changeset 2 a91cb670dd8e
parent 0 61163b28edca
child 5 d5efbe6c22e8
--- a/imakerplugin/com.nokia.s60tools.imaker/src/com/nokia/s60tools/imaker/internal/model/Environment.java	Mon Jan 25 12:26:21 2010 +0200
+++ b/imakerplugin/com.nokia.s60tools.imaker/src/com/nokia/s60tools/imaker/internal/model/Environment.java	Tue Feb 09 17:10:58 2010 +0200
@@ -140,7 +140,7 @@
 		public void run(IProgressMonitor monitor)
 		throws InvocationTargetException, InterruptedException {
 			try {
-				configurations = getImakerWrapper().getConfigurations(monitor);
+				configurations = getImakerWrapper().getConfigurations(monitor,null);
 				if(configurations.size()==0) {
 					IMakerCoreExecutionException ex = new IMakerCoreExecutionException(Messages.getString("Error.1"));
 					InvocationTargetException te = new InvocationTargetException(ex);