From 866650094851f1262c6a78540725e65a4a4a7959 Mon Sep 17 00:00:00 2001 From: sungmin ha Date: Thu, 6 Sep 2012 17:57:16 +0900 Subject: [PATCH] [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) --- .../src/org/tizen/injector/telephony/call/page/MOMTCall.java | 12 ++++++------ package/pkginfo.manifest | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) 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 -- 2.7.4