- when ok is pressed, the system tap window is resized in stead of running the 
script
- this is caused by the fact that the window is opened twice and only the 
second call is taken into consideration

[Yocto #4598]
Signed-off-by: Ioana Grigoropol <ioanax.grigoro...@intel.com>
---
 .../sdk/remotetools/actions/SystemtapHandler.java  |    1 -
 1 file changed, 1 deletion(-)

diff --git 
a/plugins/org.yocto.sdk.remotetools/src/org/yocto/sdk/remotetools/actions/SystemtapHandler.java
 
b/plugins/org.yocto.sdk.remotetools/src/org/yocto/sdk/remotetools/actions/SystemtapHandler.java
index 87094ee..9d27e5a 100644
--- 
a/plugins/org.yocto.sdk.remotetools/src/org/yocto/sdk/remotetools/actions/SystemtapHandler.java
+++ 
b/plugins/org.yocto.sdk.remotetools/src/org/yocto/sdk/remotetools/actions/SystemtapHandler.java
@@ -33,7 +33,6 @@ public class SystemtapHandler extends AbstractHandler {
                                shell, "Systemtap"
                                );
                
-               setting.open();
                String metadata_location = 
((SystemtapSettingDialog)setting).getMetadataLocation();
                String remote_host = 
((SystemtapSettingDialog)setting).getRemoteHost();
                String user_id = ((SystemtapSettingDialog)setting).getUserID();
-- 
1.7.9.5

_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to