[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)
committerSooyoung Ha <yoosah.ha@samsung.com>
Fri, 7 Sep 2012 02:14:05 +0000 (11:14 +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

index ab0d30d..dce5489 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