[sawfish: 2/6] Bugfix. Deleted a wrong quote of typo.



commit 7432445bff405c43d58564b73433c9f704b60cea
Author: Teika kazura <teika lavabit com>
Date:   Thu Oct 15 21:47:06 2009 +0900

    Bugfix. Deleted a wrong quote of typo.
    It is in update-frame-font-color.

 ChangeLog                 |    2 ++
 lisp/sawfish/wm/frames.jl |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 65b2768..d4dbe69 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,8 @@
 	* man/faq.texi
 	* man/news.texi: News and doc that sawfish.wm.defaults is always read, regardless of .sawfishrc existence.
 
+	* lisp/sawfish/wm/windows.jl: Bugfix; deleted a wrong quote.
+
 2009-10-09  Christopher Bratusek <zanghar freenet de>
 	* lisp/sawfish/wm/menus.jl: added "Reload Appsmenu" entry
 
diff --git a/lisp/sawfish/wm/frames.jl b/lisp/sawfish/wm/frames.jl
index 40e2153..4a0a030 100644
--- a/lisp/sawfish/wm/frames.jl
+++ b/lisp/sawfish/wm/frames.jl
@@ -174,7 +174,7 @@ by the current theme, then FALLBACK-TYPE is used instead.")
                                       (list frame-font-inactive-color
                                             frame-font-active-color)
                                       t))
-              '(title 'tab))
+              '(title tab))
       (mapc (lambda (fc) (remove-frame-part-value fc 'foreground t))
             '(title tab)))
     (mapc rebuild-frame (managed-windows)))



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