[yocto] [PATCH] Fix bug related to system tap window resize

Ioana Grigoropol ioanax.grigoropol at intel.com
Tue Jun 11 06:15:31 PDT 2013


- 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.grigoropol at 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




More information about the yocto mailing list