bongo-patches
[Top][All Lists]
Advanced

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

[bongo-patches] Add menu item `Insert CD Tracks...'


From: Daniel Brockman
Subject: [bongo-patches] Add menu item `Insert CD Tracks...'
Date: Tue, 10 Apr 2007 16:10:30 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.92 (gnu/linux)

2007-04-10  Daniel Brockman  <address@hidden>

        Add menu item `Insert CD Tracks...'.

diff -rN -u old-bongo/bongo.el new-bongo/bongo.el
--- old-bongo/bongo.el  2007-04-10 16:10:29.000000000 +0200
+++ new-bongo/bongo.el  2007-04-10 16:10:29.000000000 +0200
@@ -8863,6 +8863,7 @@
                                    (customize-group 'bongo))))
       (define-key menu-map [bongo-menu-separator-5]
         '("----" . nil))
+      ;; Remember that these are listed in reverse order.
       (define-key menu-map [bongo-flush-playlist]
         '("Flush Playlist" . bongo-flush-playlist))
       (define-key menu-map [bongo-insert-action]
@@ -8870,6 +8871,8 @@
       (define-key menu-map [bongo-insert-playlist-contents]
         '("Insert Contents of M3U/PLS Playlist..."
           . bongo-insert-playlist-contents))
+      (define-key menu-map [bongo-insert-cd]
+        '("Insert CD Tracks..." . bongo-insert-cd))
       (define-key menu-map [bongo-insert-uri]
         '("Insert URI..." . bongo-insert-uri))
       (define-key menu-map [bongo-insert-directory-tree]
-- 
Daniel Brockman <address@hidden>

reply via email to

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