# HG changeset patch # User marseille@KungFuh # Date 1239100439 -7200 # Node ID a02d227ac5a61a49f76e484d8cb9065463ed2b99 # Parent 0f474a0c4e93f67facd5ebd6c42e702ed28d533c ptit bug. diff -r 0f474a0c4e93 -r a02d227ac5a6 src/com/beem/project/beem/ui/ContactList.java --- a/src/com/beem/project/beem/ui/ContactList.java Tue Apr 07 12:25:02 2009 +0200 +++ b/src/com/beem/project/beem/ui/ContactList.java Tue Apr 07 12:33:59 2009 +0200 @@ -331,7 +331,7 @@ @Override public void onPresenceChanged(PresenceAdapter presence) throws RemoteException { - Log.i(TAG, "PRESENCE CHANGED " + ((Contact) presence).getStatus()); + Log.i(TAG, "PRESENCE CHANGED"); }