ptit bug.
authormarseille@KungFuh
Tue, 07 Apr 2009 12:33:59 +0200
changeset 78 a02d227ac5a6
parent 77 0f474a0c4e93
child 79 eb9112a00b02
ptit bug.
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");
 	    
 	}