bongo-patches
[Top][All Lists]
Advanced

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

[bongo-patches] Change item in `Bongo Section' context menu to say `Play


From: Daniel Brockman
Subject: [bongo-patches] Change item in `Bongo Section' context menu to say `Play Contents' instead of just `Play'
Date: Thu, 26 Apr 2007 04:14:20 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.92 (gnu/linux)

Change item in `Bongo Section' context menu to say `Play
Contents' instead of just `Play'.

diff -rN -u old-bongo/bongo.el new-bongo/bongo.el
--- old-bongo/bongo.el  2007-04-26 04:14:13.000000000 +0200
+++ new-bongo/bongo.el  2007-04-26 04:14:13.000000000 +0200
@@ -7945,9 +7945,12 @@
                    (if (bongo-action-track-line-p)
                        "Enqueue and Perform Action"
                      "Enqueue and Play")
-                 (if (bongo-action-track-line-p)
-                     "Perform Action"
-                   "Play"))
+                 (cond ((bongo-action-track-line-p)
+                        "Perform Action")
+                       ((bongo-header-line-p)
+                        "Play Contents")
+                       (t
+                        "Play")))
               ,(if (bongo-header-line-p)
                    'bongo-play-lines
                  'bongo-dwim)]
-- 
Daniel Brockman <address@hidden>

reply via email to

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