[Title]modified popup position when call list is full
authorsungmin ha <sungmin82.ha@samsung.com>
Thu, 6 Sep 2012 08:57:16 +0000 (17:57 +0900)
committersungmin ha <sungmin82.ha@samsung.com>
Thu, 6 Sep 2012 08:57:16 +0000 (17:57 +0900)
[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)

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

index c09427b..a3b823c 100644 (file)
@@ -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
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