[sawfish] sawfish-themer is dead, so remove the corresponing entry from custom-menu



commit 364a975118fff086c27f71c1228142105a35e717
Author: Christopher Roy Bratusek <chris nanolx org>
Date:   Mon Jan 18 19:27:27 2010 +0100

    sawfish-themer is dead, so remove the corresponing entry from custom-menu

 ChangeLog                |    3 +++
 lisp/sawfish/wm/menus.jl |    4 +---
 2 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 92c1317..9557c81 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2010-01-18  Christopher Bratusek <zanghar freenet de>
+	* lisp/sawfish/wm/menus.jl: sawfish-themer is dead, so remove the corresponing entry from custom-menu
+
 2010-01-15  Christopher Bratusek <zanghar freenet de>
 	* lisp/sawfish/wm/autoload.jl
 	* lisp/sawfish/wm/commands/jump-or-exec.jl: added a modified version of jump-or-exec,
diff --git a/lisp/sawfish/wm/menus.jl b/lisp/sawfish/wm/menus.jl
index de03f07..f506f0f 100644
--- a/lisp/sawfish/wm/menus.jl
+++ b/lisp/sawfish/wm/menus.jl
@@ -389,6 +389,4 @@ before killing it.")
 		  (list (_ (cadr sub))
 			(intern (concat "customize:"
 					(symbol-name (car sub))))))
-		(filter consp (cddr custom-groups)))
-      ,@(and (frame-style-editable-p default-frame-style)
-	     (list nil `(,(_ "Edit theme...") edit-frame-style))))))
+		(filter consp (cddr custom-groups))))))



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