--- freetalk-3.1/extensions/roster.scm	2008-08-27 10:58:57.000000000 +0200
+++ freetalk-3.1ptt/extensions/roster.scm	2009-02-12 16:36:03.000000000 +0100
@@ -103,8 +103,7 @@
               (old-show-msg (list-ref item 3))
               (old-status-msg (list-ref item 4)))
           (if (or (not (eq? old-online online)) 
-                  (not (string=? old-show-msg show-msg)) 
-                  (not (string=? old-status-msg status-msg)))
+                  (not (string=? old-show-msg show-msg))) 
               ; using old-jid is a simple way to strip away the resource part ;)
               (ft-display (string-append old-jid " -> " 
                                          (if online  
@@ -113,9 +112,7 @@
                                          (if (> (string-length show-msg) 0)
                                              (string-append " [" (pretty-print-show-msg show-msg) "]")
                                              "")
-                                         (if (> (string-length status-msg) 0)
-                                             (string-append " (" status-msg ")")
-                                             ""))))))))
+                                             )))))))
 (add-hook! ft-presence-receive-hook presence-recv)
 
 (define (subscribe-recv jid)
