Update of /cvsroot/emacs-jabber/emacs-jabber
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv1576
Modified Files:
jabber-activity.el
Log Message:
Revision: ma...@fr...--2005/emacs-jabber--cvs-head--0--patch-551
Creator: Magnus Henoch <ma...@fr...>
Note problem with activity count in title
Index: jabber-activity.el
===================================================================
RCS file: /cvsroot/emacs-jabber/emacs-jabber/jabber-activity.el,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- jabber-activity.el 17 Jun 2008 14:51:42 -0000 1.34
+++ jabber-activity.el 23 Aug 2008 21:57:55 -0000 1.35
@@ -360,6 +360,11 @@
;; existing title format. In particular, if the car is
;; a symbol, we can't just add our stuff at the beginning.
;; If the car is "", we should be safe.
+ ;;
+ ;; In my experience, sometimes the activity count gets
+ ;; included twice in the title. I'm not sure exactly why,
+ ;; but it would be nice to replace the code below with
+ ;; something cleaner.
(if (equal (car frame-title-format) "")
(add-to-list 'frame-title-format
jabber-activity-count-in-title-format)
|