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

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

index 7af6c7a..c21245b 100644 (file)
@@ -1,4 +1,4 @@
-Version: 1.3.24
+Version: 1.3.25
 Maintainer: Yeong-Kyoon Lee<yeongkyoon.lee@samsung.com>
 Source: emulator
 
index dc0804a..9891051 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 );
                }