[Title] version up
authorgiwoong.kim <giwoong.kim@samsung.com>
Fri, 24 Aug 2012 11:38:48 +0000 (20:38 +0900)
committergiwoong.kim <giwoong.kim@samsung.com>
Fri, 24 Aug 2012 11:38:48 +0000 (20:38 +0900)
[Type] release
[Module] Emulator
[Priority] major
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution] 1.3.25
[TestCase]

Conflicts:

package/pkginfo.manifest

package/pkginfo.manifest
tizen/src/skin/client/src/org/tizen/emulator/skin/dialog/DetailInfoDialog.java

index 915e27efc3dbc1223fe4d6081ad2ed939b70c5af..c21245b65b38c7194fbdbfe66d3556dc69eaeae1 100644 (file)
@@ -1,4 +1,4 @@
-Version: 1.3.23
+Version: 1.3.25
 Maintainer: Yeong-Kyoon Lee<yeongkyoon.lee@samsung.com>
 Source: emulator
 
index dc0804a270af20b95d617dc51863643a2b77962e..98910518de9a547c3bc1860f0923f4f3b6ebda9d 100644 (file)
@@ -379,7 +379,7 @@ public class DetailInfoDialog extends SkinDialog {
 
                /* Target image path */
                if ( StringUtil.isEmpty( imagePath ) ) {
-                       result.put( "Image Path", "Not identified" );                   
+                       result.put( "Image Path", "Not identified" );
                } else {
                        result.put( "Image Path", imagePath );
                }