[Title] fix the call connection fault.
authorSooyoung Ha <yoosah.ha@samsung.com>
Tue, 4 Sep 2012 12:51:21 +0000 (21:51 +0900)
committerSooyoung Ha <yoosah.ha@samsung.com>
Tue, 4 Sep 2012 12:51:21 +0000 (21:51 +0900)
[Type] bug fix
[Module] event injector
[Priority] Critical
[Jira#] N_SE-8825
[Redmine#]
[Problem]
[Cause]
[Solution] modify selectionChanged() func to compare device name with device name(not selected name).
[TestCase]

org.tizen.injector.telephony.call/src/org/tizen/injector/telephony/call/page/MOMTCall.java
package/pkginfo.manifest

index c09427b..ab0d30d 100644 (file)
@@ -712,7 +712,7 @@ ISelectionListener{
 
                if(currentDevice != null)
                {
-                       if (currentDevice.getSerialNumber() != selectedEntry.getName()) {
+                       if (currentDevice.getSerialNumber() != selectedEntry.getFileListingService().getDevice().getSerialNumber()) {
                                if(lblMOCallNumber.getText() != "")
                                        moDisconnect();
        
index 2a087eb..1771690 100644 (file)
@@ -1,5 +1,5 @@
 Source:eventinjector-eplugin
-Version:0.2.63
+Version:0.2.64
 Maintainer:yeongkyoon Lee <yeongkyoon.lee@samsung.com>, sungmin Ha <sungmin82.ha@samsung.com>
 
 Package:eventinjector-eplugin