bongo-patches
[Top][All Lists]
Advanced

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

[bongo-patches] Fix embarrasing screwup


From: Daniel Brockman
Subject: [bongo-patches] Fix embarrasing screwup
Date: Sat, 07 Apr 2007 18:42:25 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.92 (gnu/linux)

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

        Fix embarrasing screwup.

diff -rN -u old-bongo/bongo.el new-bongo/bongo.el
--- old-bongo/bongo.el  2007-04-07 18:42:19.000000000 +0200
+++ new-bongo/bongo.el  2007-04-07 18:42:19.000000000 +0200
@@ -707,7 +707,7 @@
   :type 'string
   :group 'bongo-display)
 
-(defcustom bongo-header-line-format
+(defcustom bongo-section-header-line-format
   '((if (and bongo-display-header-icons (display-images-p))
         (bongo-format-infoset bongo-internal-infoset)
       (format (if bongo-collapsed
@@ -7545,7 +7545,7 @@
                (if header
                    (let ((bongo-collapsed
                           (bongo-collapsed-header-line-p)))
-                     (bongo-format-string bongo-header-line-format))
+                     (bongo-format-string bongo-section-header-line-format))
                  (bongo-format-string bongo-track-line-format))
                'follow-link t 'mouse-face 'highlight)))
         (when (not header)
-- 
Daniel Brockman <address@hidden>

reply via email to

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