[Title] DA SingleTon Dlg. bug
authorphjwithyou.park <phjwithyou.park@samsung.com>
Tue, 31 Jul 2012 11:06:18 +0000 (20:06 +0900)
committerphjwithyou.park <phjwithyou.park@samsung.com>
Tue, 31 Jul 2012 11:06:18 +0000 (20:06 +0900)
[Type] bug.
[Module] da init
[Priority] normal
[CQ#]
[Redmine#] 6013
[Problem]
[Cause]
[Solution]
[TestCase]

org.tizen.dynamicanalyzer.workbench/src/org/tizen/dynamicanalyzer/workbench/Application.java

index 4b182a0..4933b2d 100644 (file)
@@ -39,8 +39,7 @@ public class Application implements IApplication {
 
                if (System.getProperty(AnalyzerConstants.OS_KEY).toLowerCase().indexOf(AnalyzerConstants.LINUX) >= 0) {
                        defaultPath = System.getenv(AnalyzerConstants.LINUX_INSTALL_ENV) + "/tizen-sdk/tools/dynamic-analyzer/runFile";
-                       filePath = System.getenv(AnalyzerConstants.LINUX_INSTALL_ENV) + "/configuration/org.eclipse.osgi/bundles/33/1/.cp/theme/white/img/64_DA_icon.png";
-                       
+                       filePath = System.getenv(AnalyzerConstants.LINUX_INSTALL_ENV) + "/tizen-sdk/tools/dynamic-analyzer/configuration/org.eclipse.osgi/bundles/33/1/.cp/theme/black/img/64_DA_icon.png";
                }
                else if(System.getProperty(AnalyzerConstants.OS_KEY).toLowerCase().indexOf(AnalyzerConstants.WIN) >= 0){
                        defaultPath = "C:\\tizen-sdk\\tools\\dynamic-analyzer\\runFile";