From: sungmin ha Date: Thu, 6 Sep 2012 08:57:16 +0000 (+0900) Subject: [Title]modified popup position when call list is full X-Git-Tag: 2.2.1_release^2~65 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=866650094851f1262c6a78540725e65a4a4a7959;p=sdk%2Femulator%2Feventinjector-eplugin.git [Title]modified popup position when call list is full [Type]Bugfix [Module]eventinjector-eplugin [Priority]Minor [Jira#] // Jira Issue Number [Redmine#] // Redmine Isuue Number [Problem] // Problem Description [Cause] // Cause Description [Solution] // Solution Description [TestCase] // Executed the test-target (How to) --- diff --git a/org.tizen.injector.telephony.call/src/org/tizen/injector/telephony/call/page/MOMTCall.java b/org.tizen.injector.telephony.call/src/org/tizen/injector/telephony/call/page/MOMTCall.java index c09427b..a3b823c 100644 --- a/org.tizen.injector.telephony.call/src/org/tizen/injector/telephony/call/page/MOMTCall.java +++ b/org.tizen.injector.telephony.call/src/org/tizen/injector/telephony/call/page/MOMTCall.java @@ -450,6 +450,12 @@ ISelectionListener{ return; } + if(listfull == true) + { + Shell shell = parent.getShell(); + InjectorDialog.openInfoDialog(shell, InjectorDialog.TITLE, "There are many pending connections.\nCan't connect anymore."); + } + if(incomming == true) { showDialog("User is busy.\nPlease try again later."); @@ -660,12 +666,6 @@ ISelectionListener{ emulChange = false; } - if(listfull == true) - { - Shell shell = parent.getShell(); - InjectorDialog.openInfoDialog(shell, InjectorDialog.TITLE, "There are many pending connections.\nCan't connect anymore."); - } - if(loopCount == 6) listfull = true; else diff --git a/package/pkginfo.manifest b/package/pkginfo.manifest index 2a087eb..1771690 100644 --- a/package/pkginfo.manifest +++ b/package/pkginfo.manifest @@ -1,5 +1,5 @@ Source:eventinjector-eplugin -Version:0.2.63 +Version:0.2.64 Maintainer:yeongkyoon Lee , sungmin Ha Package:eventinjector-eplugin