Adding new contacts but the requests are not going...

Hi, 
Please assist me on this critical issue. I was using latest version of skype that is 7.5 as it upgraded itself many times during the years. I have been adding new connections to my account as i deal with social media websites. Recently i discovered that the contact requests are not going through. 
I mean the contacts are real and they are active but when i add them to my skype. The request was sent but not delivered actually. I tested that by creating one more personal account. I have sent request from my primary account to the new one. I checked the new account to see if i got the request or not. And yes there was no request. 
Then i tried sending request from my new account to the primary one. And i got the contact request. Wondering is that issue related to my account or version. I am sure it is not the case with the version because the new account is using the same version too.
Please let me know. My skype - [Removed for privacy] and I would like to test it with some of your guys here. 

Thanks everyone.
It worked when I changed "Point.java" as follows:
public class Point {
     private int x;
     private int y;
     public int getXCoordinate()
          return x;
     public int getYCoordinate()
          return y;
     public void setXCoordinate(int newX)
          x = newX;
     public void setYCoordinate(int newY)
          y = newY;
     public Point(int x, int y)
          setXCoordinate(x);
          setYCoordinate(y);
}Edited by: Abder-Rahman on May 8, 2009 1:10 PM

Similar Messages

Maybe you are looking for