bongo-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bongo-patches] Put "mouse-3: display Bongo buffers" in [Start] mode lin


From: Daniel Brockman
Subject: [bongo-patches] Put "mouse-3: display Bongo buffers" in [Start] mode line button tooltip
Date: Sat, 28 Apr 2007 01:40:19 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.92 (gnu/linux)

Put "mouse-3: display Bongo buffers" in [Start] mode line
button tooltip.

diff -rN -u old-bongo/bongo.el new-bongo/bongo.el
--- old-bongo/bongo.el  2007-04-28 01:40:14.000000000 +0200
+++ new-bongo/bongo.el  2007-04-28 01:40:14.000000000 +0200
@@ -1647,7 +1647,9 @@
                                    (eval bongo-mode-line-resume-icon-11)))
                    'help-echo
                    (let ((position (bongo-point-at-current-track-line)))
-                     (concat "mouse-1: "
+                     ;; We can't put the <mouse-3> text at
+                     ;; the bottom because it'll truncate.
+                     (concat "mouse-3: display Bongo buffers\nmouse-1: "
                              (if position
                                  (concat "play "
                                          (bongo-format-infoset
-- 
Daniel Brockman <address@hidden>

reply via email to

[Prev in Thread] Current Thread [Next in Thread]